Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pswai committed Mar 25, 2019
1 parent b0294ef commit e4be7a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.4.0] - 2019-03-25

### Added

- Support Ember >= 3.6.0. (#47)
Expand Down Expand Up @@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- `connect()`, `connectAdvanced()`, `provider`, `createProvider` APIs.

[unreleased]: https://github.com/pswai/ember-simple-redux/compare/v0.3.0...HEAD
[unreleased]: https://github.com/pswai/ember-simple-redux/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/pswai/ember-simple-redux/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/pswai/ember-simple-redux/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/pswai/ember-simple-redux/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/pswai/ember-simple-redux/compare/v0.1.1...v0.1.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-simple-redux",
"version": "0.3.0",
"version": "0.4.0",
"description": "React-redux-compatible way to use Redux in Ember applications.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit e4be7a4

Please sign in to comment.