diff --git a/CHANGELOG.md b/CHANGELOG.md index defd178..2931083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] - 2020-10-01 + ### Added - Unit tests for utilities. @@ -33,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First public release of SDK -[unreleased]: https://github.com/Kentico/kontent-smart-link/compare/v1.1.0...HEAD +[unreleased]: https://github.com/Kentico/kontent-smart-link/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/Kentico/kontent-smart-link/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/Kentico/kontent-smart-link/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/Kentico/kontent-smart-link/releases/tag/v1.0.0 diff --git a/package-lock.json b/package-lock.json index 4e2b055..8e1043e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kentico/kontent-smart-link", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a34250f..d784908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kentico/kontent-smart-link", - "version": "1.1.0", + "version": "1.1.1", "private": false, "repository": { "type": "git",