Skip to content

Commit

Permalink
Merge pull request #70 from thoov/v/3.4.0
Browse files Browse the repository at this point in the history
Version bump to 3.4.0
  • Loading branch information
thoov committed Apr 5, 2017
2 parents b29fcaa + 1f80eb0 commit 6ecec0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Ember State Services Changelog

### 3.4.0
- [#69](https://github.com/stefanpenner/ember-state-services/pull/69) Upgrading to 2.12.0 and using factoryFor over _lookupFactory
- [#68](https://github.com/stefanpenner/ember-state-services/pull/68) Add lock file

### 3.3.0
- [#66](https://github.com/stefanpenner/ember-state-services/pull/66) Use getOwner directly from Ember to avoid getOwner import deprecation

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-state-services",
"version": "3.3.0",
"version": "3.4.0",
"description": "State management pattern for EmberJS applications",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 6ecec0e

Please sign in to comment.