diff --git a/CHANGELOG.md b/CHANGELOG.md index b197d0d..bcb0501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.0-alpha.1 +- Remove rollup bundling. + ## 2.0.0-alpha.0 - Require Node.js 10. - Use typescript. diff --git a/package.json b/package.json index c423e56..2dc06f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "u-wave-source-soundcloud", - "version": "2.0.0-alpha.0", + "version": "2.0.0-alpha.1", "description": "SoundCloud media source for üWave.", "license": "MIT", "repository": "u-wave/u-wave-source-soundcloud",