diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aa8f9e..41be828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +### [1.9.1](https://github.com/MorevM/helpers/compare/v1.9.0...v1.9.1) (2022-09-28) + + +### Bug fixes + +* **environment:** Drop `cjsVariables` utility ([c90f4c4](https://github.com/MorevM/helpers/commit/c90f4c4415152a38383f7d444db181d3ff286a4e)) + ## [1.9.0](https://github.com/MorevM/helpers/compare/v1.8.0...v1.9.0) (2022-09-25) @@ -671,4 +678,4 @@ Just version bump due to unsuccessful release. ### Bug fixes -* Change package name ([252274c](https://github.com/MorevM/helpers/commit/252274c111df3b14204ca8ccfd5bf08efdbad1c9)) +* Change package name ([252274c](https://github.com/MorevM/helpers/commit/252274c111df3b14204ca8ccfd5bf08efdbad1c9)) \ No newline at end of file diff --git a/package.json b/package.json index f874fd7..74104c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@morev/helpers", "description": "JS helpers library", - "version": "1.9.0", + "version": "1.9.1", "private": false, "license": "MIT", "publishConfig": {