Skip to content

Commit 7d08213

Browse files
committed
chore(release): 1.0.0-alpha.6
1 parent 9141f2c commit 7d08213

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0-alpha.6](https://github.com/feugy/melodie/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-09-29)
6+
7+
8+
### Bug Fixes
9+
10+
* **ui:** tutorial, when skipped at first step, resumes on navigation ([7751858](https://github.com/feugy/melodie/commit/7751858c57219bf6c1a67be3bb32797fb01ec06e))
11+
512
## [1.0.0-alpha.5](https://github.com/feugy/melodie/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2020-09-27)
613

714

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "melodie",
3-
"version": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "Melodie is a portable, simple-as-pie music player",
55
"author": {
66
"name": "Damien Simonin Feugas",
@@ -125,4 +125,4 @@
125125
"node scripts/remove-secrets"
126126
]
127127
}
128-
}
128+
}

0 commit comments

Comments
 (0)