diff --git a/CHANGELOG.md b/CHANGELOG.md index 9154492b..ab68b3d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +### [0.16.2](https://github.com/WDaan/VueTorrent/compare/v0.16.1...v0.16.2) (2022-05-08) + + +### Bug Fixes + +* magnet text area max size [#413](https://github.com/WDaan/VueTorrent/issues/413) ([4dd81f7](https://github.com/WDaan/VueTorrent/commit/4dd81f7cd49ab807fddeb50ff2e871364fd955e5)) + + +### Improvements + +* support more translations + add Simplified Chinese translations ([#415](https://github.com/WDaan/VueTorrent/issues/415)) ([ddd28ae](https://github.com/WDaan/VueTorrent/commit/ddd28ae6192862928ef26c1e1135565f6303095b)) +* translation fixes ([#419](https://github.com/WDaan/VueTorrent/issues/419)) ([521ac58](https://github.com/WDaan/VueTorrent/commit/521ac5804a622c68d788de1f5730b0c43f49f0a1)) + ### [0.16.1](https://www.github.com/WDaan/VueTorrent/compare/v0.16.0...v0.16.1) (2022-04-17) diff --git a/package-lock.json b/package-lock.json index d11ee2ac..e6c70306 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vuetorrent", - "version": "0.16.1", + "version": "0.16.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vuetorrent", - "version": "0.16.1", + "version": "0.16.2", "dependencies": { "@babel/polyfill": "^7.12.1", "apexcharts": "^3.35.0", diff --git a/package.json b/package.json index 0bb8432c..52ad7266 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vuetorrent", - "version": "0.16.1", + "version": "0.16.2", "private": true, "scripts": { "serve": "vue-cli-service serve",