🎉 Release: v2.3.1

This commit is contained in:
PiEgg 2022-11-13 17:04:43 +08:00
parent bf75abc2f1
commit b483092c68
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
## :tada: 2.3.1 (2022-11-13)
### :sparkles: Features
* add $extName for paste template ([64e54d0](https://github.com/Molunerfinn/PicGo/commit/64e54d0)), closes [#1000](https://github.com/Molunerfinn/PicGo/issues/1000)
### :bug: Bug Fixes
* upyun options is not required ([167e424](https://github.com/Molunerfinn/PicGo/commit/167e424)), closes [#1002](https://github.com/Molunerfinn/PicGo/issues/1002)
## :tada: 2.3.1-beta.8 (2022-10-30)

View File

@ -1,6 +1,6 @@
{
"name": "picgo",
"version": "2.3.1-beta.8",
"version": "2.3.1",
"private": true,
"scripts": {
"dev": "vue-cli-service electron:serve",