diff --git a/CHANGELOG.md b/CHANGELOG.md index c86f9e5..f7414e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/Enigmatis/polaris-schema/compare/v1.1.0...v1.1.1) (2020-05-03) + + +### Bug Fixes + +* **package:** updates dependencies and added support for codecov ([4c3c7f0](https://github.com/Enigmatis/polaris-schema/commit/4c3c7f0ca679ce3d1d8267b3d83ae1b1e3795a1b)) + # [1.1.0](https://github.com/Enigmatis/polaris-schema/compare/v1.0.7...v1.1.0) (2020-03-10) diff --git a/package-lock.json b/package-lock.json index 5d223ea..aa75f70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-schema", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 62c6e98..eec1bcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@enigmatis/polaris-schema", - "version": "1.1.0", + "version": "1.1.1", "description": "Library that helps you create polaris based schema", "main": "dist/src/main.js", "types": "dist/src/main.d.ts",