diff --git a/CHANGELOG.md b/CHANGELOG.md index f2680b6..1cbfc73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.5](https://github.com/Enigmatis/polaris-schema/compare/v1.0.4...v1.0.5) (2019-11-06) + + +### Bug Fixes + +* prettified code and added tests ([35873b2](https://github.com/Enigmatis/polaris-schema/commit/35873b225f8010b9a73dcd64183732825c9b2d3c)) + ## [1.0.4](https://github.com/Enigmatis/polaris-schema/compare/v1.0.3...v1.0.4) (2019-10-24) diff --git a/package-lock.json b/package-lock.json index 5308c76..5623637 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-schema", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b85cc4..5fdcfb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-schema", - "version": "1.0.4", + "version": "1.0.5", "description": "Library that helps you create polaris based schema", "main": "dist/src/main.js", "types": "dist/src/main.d.ts",