diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d766dc2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +Tag `v0.1.0`. [All GitHub Releases](https://github.com/lvjiaxuan/vue-seamless-roll/releases). + +## v0.1.0 (2023-06-14) +[Compare changes](https://github.com/lvjiaxuan/vue-seamless-roll/compare/...v0.1.0) + +###    🐛 Fixes + +- typo  -  by **unknown** [(b8e10)](https://github.com/lvjiaxuan/vue-seamless-roll/commit/b8e101e) +- vue2 one root  -  by **unknown** [(2e081)](https://github.com/lvjiaxuan/vue-seamless-roll/commit/2e0814d) + +###    📝 Documentation + +- update  -  by **unknown** [(8a1d5)](https://github.com/lvjiaxuan/vue-seamless-roll/commit/8a1d5a7) \ No newline at end of file diff --git a/package.json b/package.json index 66a4ac4..d49b0a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-seamless-roll", "type": "module", - "version": "0.0.0", + "version": "0.1.0", "private": false, "description": "", "author": "lvjiaxuan <471501748@qq.com> (https://github.com/lvjiaxuan)", @@ -73,4 +73,4 @@ "unbuild": "^1.2.1", "vue": "^3.3.4" } -} +} \ No newline at end of file