Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
PR-URL: #267
  • Loading branch information
tshemsedinov committed Mar 6, 2021
1 parent 73fcebf commit ac9c26f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [1.0.1][] - 2021-03-06

- Fix database schema: index detection
- Add loaders from string and file

Expand All @@ -16,6 +18,7 @@

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

[unreleased]: https://github.com/metarhia/impress/compare/v1.x...HEAD
[unreleased]: https://github.com/metarhia/impress/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/metarhia/metacom/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/metarhia/metacom/compare/v0.x...v1.0.0
[0.x]: https://github.com/metarhia/impress/releases/tag/v0.x
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaschema",
"version": "1.0.0",
"version": "1.0.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"node": "^12.9 || 14 || 15"
},
"dependencies": {
"metautil": "^3.5.0",
"metautil": "^3.5.1",
"metavm": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit ac9c26f

Please sign in to comment.