Skip to content

Commit 3d2bae9

Browse files
committed
Version 2.2.1
PR-URL: #374
1 parent 828d272 commit 3d2bae9

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

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

99
## [Unreleased][unreleased]
1010

11+
## [2.2.1][] - 2023-05-10
12+
13+
### Changed
14+
15+
- Update dependencies
16+
- Drop node.js 8, 10, 12, support 16, 18, 19, 20 to CI
17+
- Apply new code formatting from prettier and fix eslint rules
18+
1119
### Added
1220

1321
- `Iterator.indices()` to simplify iterating over indices of an array.
@@ -209,7 +217,8 @@ and this project adheres to
209217

210218
- The first stable version of the `@metarhia/common` package.
211219

212-
[unreleased]: https://github.com/metarhia/common/compare/v2.2.0...HEAD
220+
[unreleased]: https://github.com/metarhia/common/compare/v2.2.1...HEAD
221+
[2.2.1]: https://github.com/metarhia/common/compare/v2.2.0...v2.2.1
213222
[2.2.0]: https://github.com/metarhia/common/compare/v2.1.0...v2.2.0
214223
[2.1.0]: https://github.com/metarhia/common/compare/v2.0.0...v2.1.0
215224
[2.0.0]: https://github.com/metarhia/common/compare/v1.5.0...v2.0.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2020 Metarhia contributors (full list in AUTHORS file)
3+
Copyright (c) 2017-2023 Metarhia contributors (full list in AUTHORS file)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.0",
3+
"version": "2.2.1",
44
"author": "Timur Shemsedinov <[email protected]>",
55
"description": "Metarhia Common Library",
66
"license": "MIT",

0 commit comments

Comments
 (0)