We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542a8e4 commit 3951cecCopy full SHA for 3951cec
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.2.0 (2022-11-02)
4
+
5
+#### :rocket: Enhancement
6
+* [#26](https://github.com/mainmatter/ember-api-actions/pull/26) Add `requestType` option ([@Turbo87](https://github.com/Turbo87))
7
+* [#25](https://github.com/mainmatter/ember-api-actions/pull/25) Add `method` validity assertions ([@Turbo87](https://github.com/Turbo87))
8
9
10
## v0.1.2 (2022-10-28)
11
12
#### :memo: Documentation
package.json
@@ -1,6 +1,6 @@
{
"name": "@mainmatter/ember-api-actions",
- "version": "0.1.2",
+ "version": "0.2.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
0 commit comments