chore(master): release 0.16.3 (#424)

This commit is contained in:
github-actions[bot] 2022-05-19 15:51:48 +02:00 committed by GitHub
parent 45b244fbcf
commit 4fadfaa672
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 3 deletions

View file

@ -1,5 +1,17 @@
# Changelog
### [0.16.3](https://github.com/WDaan/VueTorrent/compare/v0.16.2...v0.16.3) (2022-05-14)
### Bug Fixes
* speed limit dialog incorrect text display and zh-hant fix ([#425](https://github.com/WDaan/VueTorrent/issues/425)) ([45b244f](https://github.com/WDaan/VueTorrent/commit/45b244fbcf1ed63ebb2757a821343ed384a832f4))
### Improvements
* update Traditional Chinese translations ([#422](https://github.com/WDaan/VueTorrent/issues/422)) ([964b145](https://github.com/WDaan/VueTorrent/commit/964b1451a1758522856fae2c730af9db66e351a1))
### [0.16.2](https://github.com/WDaan/VueTorrent/compare/v0.16.1...v0.16.2) (2022-05-08)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "vuetorrent",
"version": "0.16.2",
"version": "0.16.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vuetorrent",
"version": "0.16.2",
"version": "0.16.3",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"apexcharts": "^3.35.0",

View file

@ -1,6 +1,6 @@
{
"name": "vuetorrent",
"version": "0.16.2",
"version": "0.16.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",