From c122463d3c76631e1e1c5b7d659282d772f9c645 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Sat, 25 Jun 2022 09:14:36 +0200 Subject: [PATCH] Version 2.0.2 PR-URL: https://github.com/metarhia/metaschema/pull/416 --- CHANGELOG.md | 7 ++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2890b03b..5c8d4172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased][unreleased] +## [2.0.2][] - 2022-06-25 + +- Hotfix: added missed exports to metaschema.js + ## [2.0.1][] - 2022-06-24 - json type for any plain javascript object @@ -161,7 +165,8 @@ ## [0.x][] - First generation of metaschema -[unreleased]: https://github.com/metarhia/metaschema/compare/v2.0.1...HEAD +[unreleased]: https://github.com/metarhia/metaschema/compare/v2.0.2...HEAD +[2.0.2]: https://github.com/metarhia/metaschema/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/metarhia/metaschema/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/metarhia/metaschema/compare/v1.4.1...v2.0.0 [1.4.1]: https://github.com/metarhia/metaschema/compare/v1.4.0...v1.4.1 diff --git a/package-lock.json b/package-lock.json index ba44d688..a43b397a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metaschema", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 67ebec8f..1d786290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metaschema", - "version": "2.0.1", + "version": "2.0.2", "author": "Timur Shemsedinov ", "description": "Metadata Schema and Interface Definition Language (IDL)", "license": "MIT",