diff --git a/CHANGELOG.md b/CHANGELOG.md index 88b0cb4..7ac7815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.0.3](https://github.com/CESARBR/knot-cloud-storage/compare/v1.0.2...v1.0.3) + +### Bug Fixes + +- Fix list data as a KNoT 'app'. + +### Improvements + +- Add pull request template. +- Bump lodash, eslint-utils and mixin-deep dependencies to avoid security issues. + ## [1.0.2](https://github.com/CESARBR/knot-cloud-storage/compare/v1.0.1...v1.0.2) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 7d67748..378709a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cesarbr/knot-cloud-storage", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 42f9272..4759687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cesarbr/knot-cloud-storage", - "version": "1.0.2", + "version": "1.0.3", "description": "KNoT Cloud storage service", "repository": { "type": "git",