From f8ba4d3e5d8d85c3406d99099b187c5bd93ada37 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Mon, 17 Jul 2023 00:58:28 +0300 Subject: [PATCH] Version 2.2.2 PR-URL: https://github.com/metarhia/common/pull/376 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0094d30..000c169 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to ## [Unreleased][unreleased] +## [2.2.2][] - 2023-07-17 + +- Update dependencies and security issues +- Fixed code style, badges and .github templates + ## [2.2.1][] - 2023-05-10 ### Changed @@ -217,7 +222,8 @@ and this project adheres to - The first stable version of the `@metarhia/common` package. -[unreleased]: https://github.com/metarhia/common/compare/v2.2.1...HEAD +[unreleased]: https://github.com/metarhia/common/compare/v2.2.2...HEAD +[2.2.2]: https://github.com/metarhia/common/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/metarhia/common/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/metarhia/common/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/metarhia/common/compare/v2.0.0...v2.1.0 diff --git a/package-lock.json b/package-lock.json index 4c2e735..0941ace 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@metarhia/common", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 19cf651..e668933 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metarhia/common", - "version": "2.2.1", + "version": "2.2.2", "author": "Timur Shemsedinov ", "description": "Metarhia Common Library", "license": "MIT",