From b4a0ffbc058531557b72704079769badfbaf0183 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Sat, 9 Jan 2021 09:54:25 +0200 Subject: [PATCH] Version 2.0.1 PR-URL: https://github.com/metarhia/impress/pull/1432 --- CHANGELOG.md | 8 +++++++- LICENSE | 2 +- README.md | 12 ++++-------- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9711e160b..2d0589624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased][unreleased] +## [2.0.1][] - 2021-01-09 + +- Use metautil instead of metarhia/common for core utilities +- Fixed spelling in function name: nkdirp -> mkdirp + ## [2.0.0][] - 2020-12-21 - Single application with code live reload and auto API routing @@ -28,6 +33,7 @@ First generation of application server with following features - Connection drivers for database engines: MongoDB, PgSQL, Oracle, MySQL - Support GeoIP, health monitoring, task scheduling, server-side templating -[unreleased]: https://github.com/metarhia/impress/compare/v2.0.0...HEAD +[unreleased]: https://github.com/metarhia/impress/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/metarhia/impress/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/metarhia/impress/compare/v1.0.9...v2.0.0 [1.0.9]: https://github.com/metarhia/impress/releases/tag/v1.0.9 diff --git a/LICENSE b/LICENSE index 87fd34f2a..602fac0b7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2012-2020 Metarhia contributors +Copyright (c) 2012-2021 Metarhia contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index f7846d2ab..0f95cb02c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![impress logo](http://habrastorage.org/files/d67/1b3/be5/d671b3be591d47a9bd10fe857e9d5319.png)](https://github.com/metarhia/impress) -[![CI Status](https://github.com/metarhia/impress/workflows/Testing%20CI/badge.svg)](https://github.com/metarhia/impress/actions?query=workflow%3A%22Testing+CI%22+branch%3Amaster) +[![ci Status](https://github.com/metarhia/impress/workflows/Testing%20CI/badge.svg)](https://github.com/metarhia/impress/actions?query=workflow%3A%22Testing+CI%22+branch%3Amaster) [![codacy](https://api.codacy.com/project/badge/Grade/6fb7b607a9cb445984aebbc08fdeb13c)](https://www.codacy.com/app/metarhia/impress) [![snyk](https://snyk.io/test/github/metarhia/impress/badge.svg)](https://snyk.io/test/github/metarhia/impress) [![npm version](https://img.shields.io/npm/v/impress.svg?style=flat)](https://www.npmjs.com/package/impress) @@ -68,13 +68,9 @@ development practices, and clean project structure. - OpenSSL v1.1.1 or later (optional, for https & wss) - [certbot](https://github.com/certbot/certbot) (recommended but optional) -## Contributors +## License & Contributors -- Timur Shemsedinov (marcusaurelius) -- See github for full [contributors list](https://github.com/metarhia/impress/graphs/contributors) - -## License - -Copyright (c) 2012-2020 Metarhia contributors. +Copyright (c) 2012-2021 Metarhia contributors. +See github for full [contributors list](https://github.com/metarhia/impress/graphs/contributors). Impress Application Server is [MIT licensed](./LICENSE). Project coordinator: <timur.shemsedinov@gmail.com> diff --git a/package-lock.json b/package-lock.json index ae113f86d..a97d3b2dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "2.0.0-alpha.39", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9c6ebb0e..d94f961f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "2.0.0-alpha.39", + "version": "2.0.1", "author": "Timur Shemsedinov ", "description": "Impress application server for Node.js and Metarhia private cloud", "license": "MIT",