edit changelog, bump version

This commit is contained in:
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] ## [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 ## [0.1.1] - 2020-01-12
### Added ### Added
- Clear button for URLs. - Clear button for URLs.

View file

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