Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdrn committed Feb 17, 2022
1 parent 24b2ee4 commit 1fed973
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## v0.1.0 (2022-02-17)

#### :boom: Breaking changes

- [24b2ee46](https://github.com/naeka/ember-custom-actions/commit/24b2ee46c07210db128ae58db49bfdeb4190a03a) Remove AdapterMixin in favor of @withCustomActions decorator ([@tomdrn](https://github.com/tomdrn))

#### :memo: Documentation

- [b65a41dd](https://github.com/naeka/ember-custom-actions/commit/b65a41dd17a9da897bba9669137514b379749914) Update README.md ([@tomdrn](https://github.com/tomdrn))

## v0.0.1 (2022-02-17)

Initial release
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@naeka/ember-custom-actions",
"version": "0.0.1",
"version": "0.1.0",
"description": "Custom models API actions for Ember applications",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 1fed973

Please sign in to comment.