Skip to content

Commit

Permalink
Version 2.1.11
Browse files Browse the repository at this point in the history
PR-URL: #111
  • Loading branch information
tshemsedinov committed Apr 29, 2023
1 parent c4d1dd5 commit c108cbe
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 24 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [2.1.11][] - 2023-04-29

- Drop node.js 14 support, add node.js 20
- Convert package_lock.json to lockfileVersion 2
- Update dependencies

## [2.1.10][] - 2023-03-14

- Add `node:` prefix in require for built-in modules
Expand Down Expand Up @@ -73,7 +79,8 @@
- Support mode (log files second ext): `options.mode`
- Support passing custom sandbox: `options.sandbox`

[unreleased]: https://github.com/metarhia/metaconfiguration/compare/v2.1.10...HEAD
[unreleased]: https://github.com/metarhia/metaconfiguration/compare/v2.1.11...HEAD
[2.1.11]: https://github.com/metarhia/metaconfiguration/compare/v2.1.10...v2.1.11
[2.1.10]: https://github.com/metarhia/metaconfiguration/compare/v2.1.9...v2.1.10
[2.1.9]: https://github.com/metarhia/metaconfiguration/compare/v2.1.8...v2.1.9
[2.1.8]: https://github.com/metarhia/metaconfiguration/compare/v2.1.7...v2.1.8
Expand Down
44 changes: 22 additions & 22 deletions 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": "metaconfiguration",
"version": "2.1.10",
"version": "2.1.11",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metarhia Configuration Loader",
"license": "MIT",
Expand Down

0 comments on commit c108cbe

Please sign in to comment.