Skip to content

Commit

Permalink
Version 1.3.3
Browse files Browse the repository at this point in the history
PR-URL: #353
  • Loading branch information
tshemsedinov committed Jul 19, 2021
1 parent 5de79aa commit 4f1c314
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 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.3][] - 2021-07-19

- Improve code style
- Move types to package root
- Package maintenance: update dependencies, update engines, security
Expand Down Expand Up @@ -92,7 +94,8 @@

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

[unreleased]: https://github.com/metarhia/metaschema/compare/v1.3.2...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v1.3.3...HEAD
[1.3.3]: https://github.com/metarhia/metaschema/compare/v1.3.2...v1.3.3
[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
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Metadata schema and interface definition language
$ npm install metaschema
```

## Contributors
## License & Contributors

- Timur Shemsedinov (marcusaurelius)
- See github for full [contributors list](https://github.com/metarhia/metaschema/graphs/contributors)
Copyright (c) 2017-2021 [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.
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.2",
"version": "1.3.3",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"metautil": "^3.5.6",
"metavm": "^1.0.2"
"metavm": "^1.0.3"
},
"devDependencies": {
"@types/node": "^16.3.3",
Expand Down

0 comments on commit 4f1c314

Please sign in to comment.