diff --git a/CHANGELOG.md b/CHANGELOG.md
index f727c492..b3462fbb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
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.
+## [1.0.0](https://github.com/feugy/melodie/compare/v1.0.0-beta.2...v1.0.0) (2020-10-31)
+
+
+### Features
+
+* **ui:** sticky header for track queue ([2218285](https://github.com/feugy/melodie/commit/2218285f576af5b8aa56d58e53b6deebb2828c66))
+
+
+### Bug Fixes
+
+* **ui:** importing playlist during tutorial will skip latest steps ([f38a78b](https://github.com/feugy/melodie/commit/f38a78bc373c71cf72068f5be9ea442d76d5b26b))
+* **ui:** removing items in tracks queue automatically scrolls to current track ([7a0d15c](https://github.com/feugy/melodie/commit/7a0d15c9529e98a4d6f09bc2de79cdf26387c71c))
+* stylistic issues ([ec42c23](https://github.com/feugy/melodie/commit/ec42c23b5f1d0bc60d090cb2ca4d9dc2a1794c34))
+
## [1.0.0-beta.2](https://github.com/feugy/melodie/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2020-10-21)
diff --git a/package-lock.json b/package-lock.json
index 24d98735..038c92ec 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "melodie",
- "version": "1.0.0-beta.2",
+ "version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 04722ab7..8843ec04 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "melodie",
- "version": "1.0.0-beta.2",
+ "version": "1.0.0",
"description": "Melodie is a portable, simple-as-pie music player",
"author": {
"name": "Damien Simonin Feugas",
@@ -18,7 +18,7 @@
"dev": "rollup -c -w",
"postinstall": "electron-builder install-app-deps",
"release:artifacts": "electron-builder",
- "release:bump": "standard-version -s --prerelease beta",
+ "release:bump": "standard-version -s",
"release:publish": "electron-builder -p",
"site:dev": "cd site && sapper dev",
"site:build": "if test $BASE_PATH; then sapper export --cwd site --basepath $BASE_PATH; else sapper export --cwd site; fi",
@@ -130,4 +130,4 @@
"node scripts/remove-secrets"
]
}
-}
\ No newline at end of file
+}
diff --git a/site/src/components/DownloadButton/__snapshots__/DownloadButton.stories.storyshot b/site/src/components/DownloadButton/__snapshots__/DownloadButton.stories.storyshot
index 82002493..77f92a07 100644
--- a/site/src/components/DownloadButton/__snapshots__/DownloadButton.stories.storyshot
+++ b/site/src/components/DownloadButton/__snapshots__/DownloadButton.stories.storyshot
@@ -17,7 +17,7 @@ exports[`Storyshots Site components/Download button Default 1`] = `
- Install v1.0.0-beta.2
+ Install v1.0.0
- Install v1.0.0-beta.2
+ Install v1.0.0