Skip to content

Commit f8ba4d3

Browse files
committed
Version 2.2.2
PR-URL: #376
1 parent 0df782c commit f8ba4d3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to
88

99
## [Unreleased][unreleased]
1010

11+
## [2.2.2][] - 2023-07-17
12+
13+
- Update dependencies and security issues
14+
- Fixed code style, badges and .github templates
15+
1116
## [2.2.1][] - 2023-05-10
1217

1318
### Changed
@@ -217,7 +222,8 @@ and this project adheres to
217222

218223
- The first stable version of the `@metarhia/common` package.
219224

220-
[unreleased]: https://github.com/metarhia/common/compare/v2.2.1...HEAD
225+
[unreleased]: https://github.com/metarhia/common/compare/v2.2.2...HEAD
226+
[2.2.2]: https://github.com/metarhia/common/compare/v2.2.1...v2.2.2
221227
[2.2.1]: https://github.com/metarhia/common/compare/v2.2.0...v2.2.1
222228
[2.2.0]: https://github.com/metarhia/common/compare/v2.1.0...v2.2.0
223229
[2.1.0]: https://github.com/metarhia/common/compare/v2.0.0...v2.1.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metarhia/common",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"author": "Timur Shemsedinov <[email protected]>",
55
"description": "Metarhia Common Library",
66
"license": "MIT",

0 commit comments

Comments
 (0)