From e6c378c3949e50b998c28eb246529ef7afc10b6a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2019 13:18:16 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/Enigmatis/polaris-schema/compare/v1.0.3...v1.0.4) (2019-10-24) ### Bug Fixes * package.json changes ([27b3b57](https://github.com/Enigmatis/polaris-schema/commit/27b3b57d6afd6cd1af198ea702caa7e31342b15c)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49bdff9..f2680b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/Enigmatis/polaris-schema/compare/v1.0.3...v1.0.4) (2019-10-24) + + +### Bug Fixes + +* package.json changes ([27b3b57](https://github.com/Enigmatis/polaris-schema/commit/27b3b57d6afd6cd1af198ea702caa7e31342b15c)) + ## [1.0.3](https://github.com/Enigmatis/polaris-schema/compare/v1.0.2...v1.0.3) (2019-10-24) diff --git a/package-lock.json b/package-lock.json index 2c4dc6d..72e1e5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-schema", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3d2ccba..855dd01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-schema", - "version": "1.0.3", + "version": "1.0.4", "description": "Library that helps you create polaris based schema", "main": "dist/src/main.js", "types": "dist/src/main.d.ts",