Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Jun 8, 2023
1 parent c4cd443 commit 2a78255
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog

Tag ranges `v1.0.0...v3.0.0` (4). [All GitHub Releases](https://github.com/lvjiaxuan/vue-number-roll/releases).
Tag ranges `v1.0.0...v3.1.0` (5). [All GitHub Releases](https://github.com/lvjiaxuan/vue-number-roll/releases).

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

### &nbsp;&nbsp;&nbsp;✨ Enhancements

- add vue2 pages &nbsp;-&nbsp; by @lvjiaxuan [<samp>(393c9)</samp>](https://github.com/lvjiaxuan/vue-number-roll/commit/393c98b)
- add link on pages &nbsp;-&nbsp; by @lvjiaxuan [<samp>(a22ed)</samp>](https://github.com/lvjiaxuan/vue-number-roll/commit/a22edc5)

### &nbsp;&nbsp;&nbsp;🐛 Fixes

- base config &nbsp;-&nbsp; by @lvjiaxuan [<samp>(f4a94)</samp>](https://github.com/lvjiaxuan/vue-number-roll/commit/f4a94b8)
- base url &nbsp;-&nbsp; by @lvjiaxuan [<samp>(4b1b6)</samp>](https://github.com/lvjiaxuan/vue-number-roll/commit/4b1b62f)
- `getBoundingClientRect()` is better &nbsp;-&nbsp; by @lvjiaxuan [<samp>(c4cd4)</samp>](https://github.com/lvjiaxuan/vue-number-roll/commit/c4cd443)

## v3.0.0 <sub>(2023-05-28)</sub>
[Compare changes](https://github.com/lvjiaxuan/vue-number-roll/compare/v2.0.1...v3.0.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-number-roll",
"type": "module",
"version": "3.0.0",
"version": "3.1.0",
"private": false,
"author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)",
"license": "MIT",
Expand Down Expand Up @@ -69,4 +69,4 @@
"unbuild": "^1.2.1",
"vue": "^3.3.4"
}
}
}

0 comments on commit 2a78255

Please sign in to comment.