Skip to content

Commit

Permalink
Version 2.2.1
Browse files Browse the repository at this point in the history
PR-URL: #374
  • Loading branch information
tshemsedinov committed May 9, 2023
1 parent 828d272 commit 3d2bae9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to

## [Unreleased][unreleased]

## [2.2.1][] - 2023-05-10

### Changed

- Update dependencies
- Drop node.js 8, 10, 12, support 16, 18, 19, 20 to CI
- Apply new code formatting from prettier and fix eslint rules

### Added

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

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

[unreleased]: https://github.com/metarhia/common/compare/v2.2.0...HEAD
[unreleased]: https://github.com/metarhia/common/compare/v2.2.1...HEAD
[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
[2.0.0]: https://github.com/metarhia/common/compare/v1.5.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metarhia/common",
"version": "2.2.0",
"version": "2.2.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metarhia Common Library",
"license": "MIT",
Expand Down

0 comments on commit 3d2bae9

Please sign in to comment.