diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..adf13cf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# [1.1.0](https://github.com/kuzzleio/kuzzle-plugin-commons/compare/v1.0.8...v1.1.0) (2023-08-09) + + +### Bug Fixes + +* **actions:** cI was broken, also added test types ([86b1019](https://github.com/kuzzleio/kuzzle-plugin-commons/commit/86b101982a94efbf010fdf7504a68a8b9fa1000c)) +* **actions:** remove documentation step in workflow as this plugin does not have docs ([4b617c2](https://github.com/kuzzleio/kuzzle-plugin-commons/commit/4b617c24e80cb4a3d6f16c6cb07318b7449c85d6)) + + +### Features + +* **semantic-release:** add semantic release workflow ([1b4d631](https://github.com/kuzzleio/kuzzle-plugin-commons/commit/1b4d63173d6674d74de2f6d047bb6c5769353ef7)) diff --git a/package-lock.json b/package-lock.json index a0e5597..c32ee4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kuzzle-plugin-commons", - "version": "1.0.8", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kuzzle-plugin-commons", - "version": "1.0.8", + "version": "1.1.0", "license": "Apache 2", "devDependencies": { "@commitlint/cli": "^17.6.6", diff --git a/package.json b/package.json index f153805..21a3adc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kuzzle-plugin-commons", - "version": "1.0.8", + "version": "1.1.0", "description": "Common classes for developping Kuzzle plugins", "author": "The Kuzzle Team ", "license": "Apache 2",