Skip to content

Commit

Permalink
Version 1.3.2
Browse files Browse the repository at this point in the history
PR-URL: #348
  • Loading branch information
tshemsedinov committed Jun 29, 2021
1 parent 5ee46d8 commit ca78bb0
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.3.2][] - 2021-06-30

- Schema projection
- Schema.prototype.relations: Set<{ to: string, type: string }>

Expand Down Expand Up @@ -86,7 +88,8 @@

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

[unreleased]: https://github.com/metarhia/metaschema/compare/v1.3.1...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/metarhia/metaschema/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/metarhia/metaschema/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/metarhia/metaschema/compare/v1.2.3...v1.3.0
[1.2.3]: https://github.com/metarhia/metaschema/compare/v1.2.2...v1.2.3
Expand Down
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.3.1",
"version": "1.3.2",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down Expand Up @@ -47,7 +47,7 @@
"metavm": "^1.0.2"
},
"devDependencies": {
"@types/node": "^15.12.4",
"@types/node": "^15.12.5",
"eslint": "^7.29.0",
"eslint-config-metarhia": "^7.0.1",
"eslint-config-prettier": "^8.3.0",
Expand Down

0 comments on commit ca78bb0

Please sign in to comment.