From 58f86294019173d12a78fb1dba28924fe1facab4 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Fri, 24 Jun 2022 17:56:59 +0200 Subject: [PATCH] Version 1.0.8 PR-URL: https://github.com/metarhia/metadomain/pull/24 --- CHANGELOG.md | 8 +++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f488c..330b0cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased][unreleased] +## [1.0.8][] - 2022-06-24 + +- Update to metaschema 2.x +- Update dependencies and package maintenance + ## [1.0.7][] - 2022-03-17 - Update dependencies and package maintenance @@ -41,7 +46,8 @@ - Move initial implementation from metasql -[unreleased]: https://github.com/metarhia/metadomain/compare/v1.0.7...HEAD +[unreleased]: https://github.com/metarhia/metadomain/compare/v1.0.8...HEAD +[1.0.8]: https://github.com/metarhia/metadomain/compare/v1.0.7...v1.0.8 [1.0.7]: https://github.com/metarhia/metadomain/compare/v1.0.6...v1.0.7 [1.0.6]: https://github.com/metarhia/metadomain/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/metarhia/metadomain/compare/v1.0.4...v1.0.5 diff --git a/package-lock.json b/package-lock.json index b835987..9ccbd50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metadomain", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 934e163..e0e55fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metadomain", - "version": "1.0.7", + "version": "1.0.8", "author": "Timur Shemsedinov ", "license": "MIT", "description": "Metarhia core model: database schemas",