diff --git a/CHANGELOG.md b/CHANGELOG.md index d40a4e61..2890b03b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][unreleased] +## [2.0.1][] - 2022-06-24 + - json type for any plain javascript object - fix names issue while using built-in prototypes for custom types @@ -159,7 +161,8 @@ ## [0.x][] - First generation of metaschema -[unreleased]: https://github.com/metarhia/metaschema/compare/v2.0.0...HEAD +[unreleased]: https://github.com/metarhia/metaschema/compare/v2.0.1...HEAD +[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 [1.4.0]: https://github.com/metarhia/metaschema/compare/v1.3.4...v1.4.0 diff --git a/package-lock.json b/package-lock.json index 5c377184..ba44d688 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metaschema", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6708d8be..67ebec8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metaschema", - "version": "2.0.0", + "version": "2.0.1", "author": "Timur Shemsedinov ", "description": "Metadata Schema and Interface Definition Language (IDL)", "license": "MIT",