diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca7eedc..59023bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][unreleased] +## [2.3.2][] - 2021-06-06 + - Move @types/ws to dev dependencies to reduce prod module size ## [2.3.1][] - 2021-06-03 @@ -154,7 +156,8 @@ 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.3.1...HEAD +[unreleased]: https://github.com/metarhia/impress/compare/v2.3.2...HEAD +[2.3.2]: https://github.com/metarhia/impress/compare/v2.3.1...v2.3.2 [2.3.1]: https://github.com/metarhia/impress/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/metarhia/impress/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/metarhia/impress/compare/v2.1.2...v2.2.0 diff --git a/package-lock.json b/package-lock.json index 57c4866d..8f9bc84c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bf1122b1..417e7855 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "2.3.1", + "version": "2.3.2", "author": "Timur Shemsedinov ", "description": "Enterprise application server for Node.js", "license": "MIT",