From 5901ad0ecc459f1527fe4852cccc36d03cfbc6b9 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Sun, 19 Feb 2023 13:26:55 +0200 Subject: [PATCH] Update changelog PR-URL: https://github.com/metarhia/metaschema/pull/443 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9e5f4..dcbbd58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## [Unreleased][unreleased] +- Add `BigInt` to known glabals +- Add `node:` prefix in require for built-in modules + +## [2.1.2][] - 2023-02-18 + +- Update dependencies and security issues +- Package maintenance: json autoformatting, CI, license + ## [2.1.1][] - 2022-08-16 - Non required fields can be `null` @@ -175,7 +183,8 @@ ## [0.x][] - First generation of metaschema -[unreleased]: https://github.com/metarhia/metaschema/compare/v2.1.0...HEAD +[unreleased]: https://github.com/metarhia/metaschema/compare/v2.1.2...HEAD +[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 [2.1.0]: https://github.com/metarhia/metaschema/compare/v2.0.2...v2.1.0 [2.0.2]: https://github.com/metarhia/metaschema/compare/v2.0.1...v2.0.2