Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Mar 7, 2018
1 parent 863519a commit 0135226
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log

## [v2.0.0-beta.0](https://github.com/Exelord/ember-custom-actions/tree/v2.0.0-beta.0) (2017-12-27)
## [v2.0.0](https://github.com/Exelord/ember-custom-actions/tree/v2.0.0) (2018-03-07)
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v2.0.0-beta.0...v2.0.0)

**Implemented enhancements:**

- Upgrade to ember 3.0 [\#40](https://github.com/Exelord/ember-custom-actions/pull/40) ([Exelord](https://github.com/Exelord))
- Fix query params [\#38](https://github.com/Exelord/ember-custom-actions/pull/38) ([Exelord](https://github.com/Exelord))

**Closed issues:**

- Assertion Failed: You must provide a path for model action! [\#39](https://github.com/Exelord/ember-custom-actions/issues/39)

## [v2.0.0-beta.0](https://github.com/Exelord/ember-custom-actions/tree/v2.0.0-beta.0) (2017-12-26)
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v1.6.0...v2.0.0-beta.0)

**Implemented enhancements:**
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-custom-actions",
"version": "2.0.0-beta.0",
"version": "2.0.0",
"description": "Custom API actions for Ember 2 applications",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 0135226

Please sign in to comment.