Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
PR-URL: #312
  • Loading branch information
tshemsedinov committed May 13, 2021
1 parent 47b74c0 commit ab935c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased][unreleased]

- Breaking changes: Schema fields `{ kind, scope, store, allow }`
## [1.2.0][] - 2021-05-15

- Change Schema metadata `{ kind, scope, store, allow }`
- Update dependencies and fix security issue

## [1.1.2][] - 2021-05-08

Expand Down Expand Up @@ -49,7 +52,8 @@

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

[unreleased]: https://github.com/metarhia/metaschema/compare/v1.1.2...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/metarhia/metaschema/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/metarhia/metaschema/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/metarhia/metaschema/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/metarhia/metaschema/compare/v1.0.3...v1.1.0
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
| ------- | ------------------ |
| 0.x | :x: |
| 1.0.x | :x: |
| 1.1.x | :white_check_mark: |
| 1.1.x | :x: |
| 1.2.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaschema",
"version": "1.1.2",
"version": "1.2.0",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down

0 comments on commit ab935c8

Please sign in to comment.