Skip to content

Commit

Permalink
bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
remigallego committed May 27, 2019
1 parent 159cd33 commit 99efe51
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
package.json
package.json
CHANGELOG.md
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 99efe51

Please # to comment.