edit changelog, bump version
This commit is contained in:
parent
0ce39e8ac1
commit
6acf04782c
2 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue