Skip to content

Commit 6b61c8d

Browse files
chore(release): 3.2.1 [skip ci]
## [3.2.1](v3.2.0...v3.2.1) (2021-09-05) ### Bug Fixes * **types:** useResource types now reflect that you *can* make non-reactive resources ([9059c90](9059c90)), closes [#48](#48)
1 parent 4f5ee63 commit 6b61c8d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.2.1](https://github.com/NullVoxPopuli/ember-resources/compare/v3.2.0...v3.2.1) (2021-09-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** useResource types now reflect that you *can* make non-reactive resources ([9059c90](https://github.com/NullVoxPopuli/ember-resources/commit/9059c904d3eb082a244c4bbc306b186e2e665458)), closes [#48](https://github.com/NullVoxPopuli/ember-resources/issues/48)
7+
18
# [3.2.0](https://github.com/NullVoxPopuli/ember-resources/compare/v3.1.3...v3.2.0) (2021-08-29)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-resources",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"keywords": [
55
"ember-addon"
66
],

0 commit comments

Comments
 (0)