edit changelog, bump version

master v0.1.2
Tomáš Mládek 2020-01-12 20:03:51 +01:00
parent 0ce39e8ac1
commit 6acf04782c
2 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.2] - 2020-01-12
### Added
- Slider styling
### Changed
- Slider now controls *maximum* volume independent of animated volume (i.e. acts as a volume fader)
## [0.1.1] - 2020-01-12
### Added
- Clear button for URLs.

View File

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