Skip to content

Commit 1a4ff4d

Browse files
committed
Release v3.1.1
1 parent 350a20e commit 1a4ff4d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
Tag ranges `v1.0.0...v3.1.0` (5). [All GitHub Releases](https://github.com/lvjiaxuan/vue-number-roll/releases).
3+
Tag ranges `v1.0.0...v3.1.1` (6). [All GitHub Releases](https://github.com/lvjiaxuan/vue-number-roll/releases).
4+
5+
## v3.1.1 <sub>(2024-02-29)</sub>
6+
[Compare changes](https://github.com/lvjiaxuan/vue-number-roll/compare/v3.1.0...v3.1.1)
7+
8+
### &nbsp;&nbsp;&nbsp;🐛 Fixes
9+
10+
- dev3 script &nbsp;-&nbsp; by @lvjiaxuan [<samp>(94451)</samp>](https://github.com/lvjiaxuan/vue-number-roll/commit/9445140)
11+
- variant group isnt working for now &nbsp;-&nbsp; by @lvjiaxuan [<samp>(aaa7a)</samp>](https://github.com/lvjiaxuan/vue-number-roll/commit/aaa7a13)
412

513
## v3.1.0 <sub>(2023-06-08)</sub>
614
[Compare changes](https://github.com/lvjiaxuan/vue-number-roll/compare/v3.0.0...v3.1.0)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-number-roll",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"private": false,
66
"author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)",
77
"license": "MIT",
@@ -72,4 +72,4 @@
7272
"unbuild": "^2.0.0",
7373
"vue": "^3.4.19"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)