bump version, update CHANGELOG.md

(fix missing changelog link)
master v0.1.3
Tomáš Mládek 2020-01-12 21:12:32 +01:00
parent e5b5ba12e0
commit 1ea509d784
2 changed files with 8 additions and 2 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.1.3] - 2020-01-12
### Fixed
- Fixed volume actually not getting animated after first slider movement.
## [0.1.2] - 2020-01-12 ## [0.1.2] - 2020-01-12
### Added ### Added
- Slider styling - Slider styling
@ -25,6 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- First usable version - single animation mode yet; YouTube only. - First usable version - single animation mode yet; YouTube only.
[Unreleased]: https://gitlab.com/tmladek/noise-maker/compare/v0.1.1...master [Unreleased]: https://gitlab.com/tmladek/noise-maker/compare/v0.1.3...master
[0.1.3]: https://gitlab.com/tmladek/noise-maker/compare/v0.1.2...v0.1.3
[0.1.2]: https://gitlab.com/tmladek/noise-maker/compare/v0.1.1...v0.1.2
[0.1.1]: https://gitlab.com/tmladek/noise-maker/compare/v0.1.0...v0.1.1 [0.1.1]: https://gitlab.com/tmladek/noise-maker/compare/v0.1.0...v0.1.1
[0.1.0]: https://gitlab.com/tmladek/noise-maker/-/tags/v0.1.0 [0.1.0]: https://gitlab.com/tmladek/noise-maker/-/tags/v0.1.0

View File

@ -1,6 +1,6 @@
{ {
"name": "noisemaker", "name": "noisemaker",
"version": "0.1.2", "version": "0.1.3",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",