We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076c80b commit 8da3aabCopy full SHA for 8da3aab
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v0.3.0 (2022-11-07)
4
+
5
+#### :rocket: Enhancement
6
+* [#31](https://github.com/mainmatter/ember-api-actions/pull/31) Pass record snapshots to `buildURL()` method ([@Turbo87](https://github.com/Turbo87))
7
8
+#### :house: Internal
9
+* [#32](https://github.com/mainmatter/ember-api-actions/pull/32) ember-try: Replace ember-source with ember-data scenarios ([@Turbo87](https://github.com/Turbo87))
10
11
12
## v0.2.0 (2022-11-02)
13
14
#### :rocket: Enhancement
package.json
@@ -1,6 +1,6 @@
{
"name": "@mainmatter/ember-api-actions",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
0 commit comments