From a3a316285858a3d4dd2dfb3ef861e8f98a53c378 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Wed, 23 Feb 2022 12:59:29 +0200 Subject: [PATCH] Version 1.4.0 PR-URL: https://github.com/metarhia/metaschema/pull/383 --- CHANGELOG.md | 5 ++++- LICENSE | 2 +- SECURITY.md | 1 + package-lock.json | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 374369e0..aad20251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][unreleased] +## [1.4.0][] - 2022-02-23 + - Fix nullable field long-form - Optional for nested structures - Shorthand for optional nested structure @@ -108,7 +110,8 @@ ## [0.x][] - First generation of metaschema -[unreleased]: https://github.com/metarhia/metaschema/compare/v1.3.4...HEAD +[unreleased]: https://github.com/metarhia/metaschema/compare/v1.4.0...HEAD +[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 [1.3.2]: https://github.com/metarhia/metaschema/compare/v1.3.1...v1.3.2 diff --git a/LICENSE b/LICENSE index 031d459e..77de3412 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2021 Metarhia contributors +Copyright (c) 2017-2022 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 diff --git a/SECURITY.md b/SECURITY.md index 198533bc..46d1c1dc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,6 +9,7 @@ | 1.1.x | :x: | | 1.2.x | :x: | | 1.3.x | :white_check_mark: | +| 1.4.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/package-lock.json b/package-lock.json index 5bdba40e..4894c604 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "metaschema", - "version": "1.3.4", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ea0b7525..9f249c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metaschema", - "version": "1.3.4", + "version": "1.4.0", "author": "Timur Shemsedinov ", "description": "Metadata Schema and Interface Definition Language (IDL)", "license": "MIT",