diff --git a/CHANGELOG.md b/CHANGELOG.md index a260670..9985f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.5](https://github.com/qiwi/qorsproxy/compare/v2.4.4...v2.4.5) (2021-02-11) + + +### Bug Fixes + +* fix container loading ([629e94f](https://github.com/qiwi/qorsproxy/commit/629e94f822ca1187dd19cc3a2d47c42d4e9f4c3a)), closes [#55](https://github.com/qiwi/qorsproxy/issues/55) + ## [2.4.4](https://github.com/qiwi/qorsproxy/compare/v2.4.3...v2.4.4) (2021-01-28) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 86c5fe9..59c5e44 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "qorsproxy", - "version": "2.4.4", + "version": "2.4.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 23e185d..15d2618 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "qorsproxy", - "version": "2.4.4", + "version": "2.4.5", "description": "HTTP(S) proxy for dev purposes", "main": "src/main/js/index.js", "bin": {