Skip to content

Commit 5301ae8

Browse files
chore(release): 4.7.0 [skip ci]
## [4.7.0](v4.6.0...v4.7.0) (2025-06-27) ### Features * add semantic ([3bdf050](3bdf050)) * prepare release with semantic ([cba504e](cba504e)) * semantic trigger ([6b68ce9](6b68ce9)) ### Bug Fixes * typo in workflow ([9992d63](9992d63))
1 parent aecdf6d commit 5301ae8

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [4.7.0](https://github.com/kuzzleio/vue-plugin-kuzzle/compare/v4.6.0...v4.7.0) (2025-06-27)
2+
3+
4+
### Features
5+
6+
* add semantic ([3bdf050](https://github.com/kuzzleio/vue-plugin-kuzzle/commit/3bdf05023adb0ab880a10eddf3ea35b51eb9965b))
7+
* prepare release with semantic ([cba504e](https://github.com/kuzzleio/vue-plugin-kuzzle/commit/cba504ecebe6758a75bb55e96f0616d36854e46c))
8+
* semantic trigger ([6b68ce9](https://github.com/kuzzleio/vue-plugin-kuzzle/commit/6b68ce9019bee797f22792d7e0c5c3fa144819ea))
9+
10+
11+
### Bug Fixes
12+
13+
* typo in workflow ([9992d63](https://github.com/kuzzleio/vue-plugin-kuzzle/commit/9992d63d8582f66035dc3f6e6cb06753d9364bcc))
14+
115
## [4.7.0-beta.1](https://github.com/kuzzleio/vue-plugin-kuzzle/compare/v4.6.0...v4.7.0-beta.1) (2025-06-27)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-plugin-kuzzle",
3-
"version": "4.7.0-beta.1",
3+
"version": "4.7.0",
44
"description": "A Vuejs plugin shipping the Kuzzle SDK in your components",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)