Skip to content

Commit c6a5c75

Browse files
committed
chore: release v0.2.6
1 parent 9fd7dbf commit c6a5c75

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.2.6](https://github.com/xiaoluoboding/vue-use-utilities/compare/v0.2.5...v0.2.6) (2021-02-09)
2+
3+
4+
### Features
5+
6+
* add useStateshot utilities ([e2cf92b](https://github.com/xiaoluoboding/vue-use-utilities/commit/e2cf92b4fd47702c865f665131f39defde17e0f4))
7+
* finish useStateshot utilities ([c8b3869](https://github.com/xiaoluoboding/vue-use-utilities/commit/c8b386930b0773201b0dd01ae69834f67aa97871))
8+
9+
10+
111
## [0.2.5](https://github.com/xiaoluoboding/vue-use-utilities/compare/v0.2.4...v0.2.5) (2021-01-26)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vueblocks/vue-use-utilities",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "A collection of Vue composition-api utilities",
55
"scripts": {
66
"docs:dev": "vuepress dev docs",

0 commit comments

Comments
 (0)