diff --git a/.prettierignore b/.prettierignore index 2ff8622..7e1898b 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,2 @@ -package.json \ No newline at end of file +package.json +CHANGELOG.md \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 599399c..037cda6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.2.1] - 28th May 2019 +### Added +- Text on empty filter types search +- Changelog + +### Changed +- Use different Redux configs for dev/prod environments +- Optimized images + +### Fixed +- Error on PUT response +- Wrong search pagination explorer id +- Undefined action type caused by bindActionCreators +- Kiscellaneous tslint warnings + +### Removed +- Removed a bunch of console logs and deprecated comments diff --git a/package.json b/package.json index 9a102ca..5220c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winampify", - "version": "0.2.0", + "version": "0.2.1", "description": "Winampify is a Web Client for Spotify using Winamp 2 skins", "main": "built/winampify.bundle.js", "scripts": {