Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.8...v1.1.0) (2023-08-09)

### Bug Fixes

* **actions:** cI was broken, also added test types ([86b1019](86b1019))
* **actions:** remove documentation step in workflow as this plugin does not have docs ([4b617c2](4b617c2))

### Features

* **semantic-release:** add semantic release workflow ([1b4d631](1b4d631))
  • Loading branch information
semantic-release-bot committed Aug 9, 2023
1 parent 2ba362a commit 1751f46
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <support@kuzzle.io>",
"license": "Apache 2",
Expand Down

0 comments on commit 1751f46

Please sign in to comment.