Skip to content

Commit 064a3b7

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

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

CHANGELOG.md

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

316

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-plugin-kuzzle",
3-
"version": "1.0.0-vue3.1",
3+
"version": "4.7.0-vue3.1",
44
"description": "A Vuejs plugin shipping the Kuzzle SDK in your components",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
@@ -46,4 +46,4 @@
4646
"files": [
4747
"dist"
4848
]
49-
}
49+
}

0 commit comments

Comments
 (0)