Skip to content

Commit

Permalink
Version 1.2.3
Browse files Browse the repository at this point in the history
PR-URL: #330
  • Loading branch information
tshemsedinov committed May 22, 2021
1 parent b14a2a0 commit 174fbde
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 70 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased][unreleased]

## [1.2.3][] - 2021-05-22

- Restrict 'type' property in db schemas
- Simplify schema examples

## [1.2.2][] - 2021-05-17

Expand Down Expand Up @@ -66,7 +69,8 @@

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

[unreleased]: https://github.com/metarhia/metaschema/compare/v1.2.2...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v1.2.3...HEAD
[1.2.3]: https://github.com/metarhia/metaschema/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/metarhia/metaschema/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/metarhia/metaschema/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/metarhia/metaschema/compare/v1.1.2...v1.2.0
Expand Down
103 changes: 38 additions & 65 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaschema",
"version": "1.2.2",
"version": "1.2.3",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down Expand Up @@ -47,11 +47,11 @@
"metavm": "^1.0.2"
},
"devDependencies": {
"@types/node": "^15.3.0",
"eslint": "^7.26.0",
"@types/node": "^15.6.0",
"eslint": "^7.27.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-prettier": "^3.4.0",
"metatests": "^0.7.2",
"prettier": "^2.3.0",
Expand Down

0 comments on commit 174fbde

Please sign in to comment.