Skip to content

Commit ba369ad

Browse files
committed
v1.3.0
1 parent dcfabea commit ba369ad

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [v1.3.0](https://github.com/Exelord/ember-custom-actions/tree/v1.3.0)
4+
5+
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v1.2.2...v1.3.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update packages [\#17](https://github.com/Exelord/ember-custom-actions/pull/17) ([Exelord](https://github.com/Exelord))
10+
- Add REST serializer [\#16](https://github.com/Exelord/ember-custom-actions/pull/16) ([Exelord](https://github.com/Exelord))
11+
312
## [v1.2.2](https://github.com/Exelord/ember-custom-actions/tree/v1.2.2) (2017-03-01)
413
[Full Changelog](https://github.com/Exelord/ember-custom-actions/compare/v1.2.1...v1.2.2)
514

@@ -54,4 +63,4 @@
5463
## [v1.0.0](https://github.com/Exelord/ember-custom-actions/tree/v1.0.0) (2017-02-05)
5564

5665

57-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
66+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

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

0 commit comments

Comments
 (0)