Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.2.0 #116

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ on: pull_request
jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node:
- 18
- 20
- 21
os:
- ubuntu-latest
- windows-latest
- macos-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [2.2.0][] - 2023-10-27

- Drop node 16 and 19, add node 21 support
- Update dependencies and package maintenance

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

- Drop node.js 14 support, add node.js 20
Expand Down Expand Up @@ -79,7 +84,8 @@
- Support mode (log files second ext): `options.mode`
- Support passing custom sandbox: `options.sandbox`

[unreleased]: https://github.com/metarhia/metaconfiguration/compare/v2.1.11...HEAD
[unreleased]: https://github.com/metarhia/metaconfiguration/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/metarhia/metaconfiguration/compare/v2.1.11...v2.2.0
[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
Expand Down
Loading