Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
PR-URL: #388
  • Loading branch information
tshemsedinov committed Mar 16, 2022
1 parent f1537f8 commit cbed727
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## [Unreleased][unreleased]

## [1.4.1][] - 2022-03-17

- Skip calculated fields in schemas
- Update dependencies
- Fix tests after update metatests to 0.8.1

## [1.4.0][] - 2022-02-23

Expand Down Expand Up @@ -112,7 +116,8 @@

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

[unreleased]: https://github.com/metarhia/metaschema/compare/v1.4.0...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v1.4.1...HEAD
[1.4.1]: https://github.com/metarhia/metaschema/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/metarhia/metaschema/compare/v1.3.4...v1.4.0
[1.3.4]: https://github.com/metarhia/metaschema/compare/v1.3.3...v1.3.4
[1.3.3]: https://github.com/metarhia/metaschema/compare/v1.3.2...v1.3.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ $ npm install metaschema

## License & Contributors

Copyright (c) 2017-2021 [Metarhia contributors](https://github.com/metarhia/metaschema/graphs/contributors).
Copyright (c) 2017-2022 [Metarhia contributors](https://github.com/metarhia/metaschema/graphs/contributors).
Metaschema is [MIT licensed](./LICENSE).\
Metaschema is a part of [Metarhia](https://github.com/metarhia) technology stack.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| 1.0.x | :x: |
| 1.1.x | :x: |
| 1.2.x | :x: |
| 1.3.x | :white_check_mark: |
| 1.3.x | :x: |
| 1.4.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.4.0",
"version": "1.4.1",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down

0 comments on commit cbed727

Please sign in to comment.