We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6bb1b commit 78c6466Copy full SHA for 78c6466
ember-resources/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.2.3](https://github.com/NullVoxPopuli/ember-resources/compare/v3.2.2...v3.2.3) (2021-10-31)
2
+
3
4
+### Bug Fixes
5
6
+* **readme:** specify v2 format ([3f6bb1b](https://github.com/NullVoxPopuli/ember-resources/commit/3f6bb1b63c748f1e57b9f9463ae9c4f471f8808d))
7
8
## [3.2.2](https://github.com/NullVoxPopuli/ember-resources/compare/v3.2.1...v3.2.2) (2021-10-19)
9
10
ember-resources/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-resources",
- "version": "3.2.2",
+ "version": "3.2.3",
"keywords": [
"ember-addon"
],
@@ -91,7 +91,10 @@
91
},
92
"typesVersions": {
93
"*": {
94
- "*": ["declarations/*", "declarations/*/index"]
+ "*": [
95
+ "declarations/*",
96
+ "declarations/*/index"
97
+ ]
98
}
99
100
"release": {
0 commit comments