From 8d83f35b44b1bf179475783926e1bbf63e8c86ed Mon Sep 17 00:00:00 2001 From: Shahar s Date: Wed, 3 Mar 2021 10:04:06 +0200 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39463d8..0be3317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.0.0](https://github.com/MapColonies/mc-models/compare/mc-model-types@2.1.4...mc-model-types@3.0.0) (2021-03-03) + + +### Features + +* **align-boilerplate:** initial, lint fixed ([#36](https://github.com/MapColonies/mc-models/issues/36)) ([508df46](https://github.com/MapColonies/mc-models/commit/508df46309f554cfee3be0d8874b2f2a60d548e6)) +* **mapping-decorators:** decorators hold mapping objects ([#33](https://github.com/MapColonies/mc-models/issues/33)) ([ded1f7e](https://github.com/MapColonies/mc-models/commit/ded1f7eae1491088448ad717ab0f8b65035b13d2)) +* **unit-tests:** implemented and integrated ([#37](https://github.com/MapColonies/mc-models/issues/37)) ([8f4a1d9](https://github.com/MapColonies/mc-models/commit/8f4a1d9fdedcf278953bdea3e9f3df287dabacab)) + + +### Bug Fixes + +* change oneof to anyof due to validator limits ([#47](https://github.com/MapColonies/mc-models/issues/47)) ([a5bd3f2](https://github.com/MapColonies/mc-models/commit/a5bd3f2cf2af58cb7f27ab96ecb9097ff93c87f6)) +* **dates:** change dates in yaml to date-time and add id field ([#45](https://github.com/MapColonies/mc-models/issues/45)) ([7dcce54](https://github.com/MapColonies/mc-models/commit/7dcce5458825ea0b643685b5f4bd0894f8103670)) +* **yaml-pattern:** tif or tiff case insensitive pattern ([#42](https://github.com/MapColonies/mc-models/issues/42)) ([3c7478f](https://github.com/MapColonies/mc-models/commit/3c7478fd6fe0a817b3fb627230c258ba8f122133)) +* fix to valid openapi3 format ([#40](https://github.com/MapColonies/mc-models/issues/40)) ([7ae678f](https://github.com/MapColonies/mc-models/commit/7ae678fc1b381d64f764e1a6377baa160b60ba87)) + ### [2.1.4](https://github.com/MapColonies/mc-models/compare/mc-model-types@2.1.3...mc-model-types@2.1.4) (2021-02-08) diff --git a/package-lock.json b/package-lock.json index d91903f..db65083 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@map-colonies/mc-model-types", - "version": "2.1.4", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d894860..0a7a6c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@map-colonies/mc-model-types", - "version": "2.1.4", + "version": "3.0.0", "description": "json schemas for validations and generated ts models", "author": "", "license": "MIT",