We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a5de9 commit b0bf0e7Copy full SHA for b0bf0e7
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.4.0 (2022-11-11)
4
+
5
+#### :rocket: Enhancement
6
+* [#37](https://github.com/mainmatter/ember-api-actions/pull/37) Implement experimental `adapterAction()` function ([@Turbo87](https://github.com/Turbo87))
7
8
9
## v0.3.0 (2022-11-07)
10
11
#### :rocket: Enhancement
package.json
@@ -1,6 +1,6 @@
{
"name": "@mainmatter/ember-api-actions",
- "version": "0.3.0",
+ "version": "0.4.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
0 commit comments