Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Mar 27, 2024
1 parent 8ea94a7 commit 4cd239b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [2.2.0][] - 2024-03-27

- Add browser support
- Rename `SchemaError` to `ValidationResult`
- Update dependencies

## [2.1.5][] - 2023-07-15

- Fix: remove debug output
Expand Down Expand Up @@ -197,7 +203,9 @@

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

[unreleased]: https://github.com/metarhia/metaschema/compare/v2.1.4...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v2.2.0...HEAD
[2.2.0]: https://github.com/metarhia/metaschema/compare/v2.1.5...v2.2.0
[2.1.5]: https://github.com/metarhia/metaschema/compare/v2.1.4...v2.1.5
[2.1.4]: https://github.com/metarhia/metaschema/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/metarhia/metaschema/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/metarhia/metaschema/compare/v2.1.1...v2.1.2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2023 Metarhia contributors
Copyright (c) 2017-2024 Metarhia contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ console.log(schema.check(data));

## License & Contributors

Copyright (c) 2017-2023 [Metarhia contributors](https://github.com/metarhia/metaschema/graphs/contributors).
Copyright (c) 2017-2024 [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.
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| 1.x | :x: |
| 2.0.x | :x: |
| 2.1.x | :white_check_mark: |
| 2.2.x | :white_check_mark: |

## Reporting a Vulnerability

Expand Down
4 changes: 2 additions & 2 deletions 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": "2.1.5",
"version": "2.2.0",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down

0 comments on commit 4cd239b

Please sign in to comment.