Skip to content

Commit

Permalink
Version 2.1.4
Browse files Browse the repository at this point in the history
PR-URL: #447
  • Loading branch information
tshemsedinov committed May 1, 2023
1 parent d6ec479 commit 7356d14
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 36 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

## [Unreleased][unreleased]

## [2.1.4][] - 2023-05-01

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

## [2.1.3][] - 2023-03-13

- Add `BigInt` to known glabals
- Add `node:` prefix in require for built-in modules
- Update dependencies

## [2.1.2][] - 2023-02-18

Expand Down Expand Up @@ -184,7 +191,8 @@

## [0.x][] - First generation of metaschema

[unreleased]: https://github.com/metarhia/metaschema/compare/v2.1.3...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v2.1.4...HEAD
[2.1.4]: https://github.com/metarhia/metaschema/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/metarhia/metaschema/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/metarhia/metaschema/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/metarhia/metaschema/compare/v2.1.0...v2.1.1
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaschema",
"version": "2.1.3",
"version": "2.1.4",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down Expand Up @@ -40,8 +40,8 @@
"node": "16 || 18 || 19 || 20"
},
"dependencies": {
"metautil": "^3.7.1",
"metavm": "^1.2.4"
"metautil": "^3.7.2",
"metavm": "^1.2.5"
},
"devDependencies": {
"@types/node": "^18.15.2",
Expand Down

0 comments on commit 7356d14

Please sign in to comment.