Skip to content

Commit 0e97ef6

Browse files
committed
v2.1.0
1 parent 1c8e8f2 commit 0e97ef6

4 files changed

+40
-49
lines changed

.github_changelog_generator

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
future-release=v2.0.1
1+
future-release=v2.1.0

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [v2.1.0](https://github.com/Exelord/ember-custom-actions/tree/v2.1.0) (2018-05-01)
4+
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v2.0.1...v2.1.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Feature new pushToStore implementation [\#43](https://github.com/Exelord/ember-custom-actions/pull/43) ([Exelord](https://github.com/Exelord))
9+
10+
**Merged pull requests:**
11+
12+
- Upgrade to ember 3.1 [\#44](https://github.com/Exelord/ember-custom-actions/pull/44) ([Exelord](https://github.com/Exelord))
13+
314
## [v2.0.1](https://github.com/Exelord/ember-custom-actions/tree/v2.0.1) (2018-04-23)
415
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v2.0.0...v2.0.1)
516

package-lock.json

+27-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-custom-actions",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Custom API actions for Ember 2 applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)