Skip to content

Commit 2565dab

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.3.1...v2.0.0) (2021-07-10) ### Features * useFunction now supports an initialValue param ([6ba9e26](6ba9e26)) ### BREAKING CHANGES * useFunction is no longer an alias of useResource
1 parent 06c1c53 commit 2565dab

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/NullVoxPopuli/ember-resources/compare/v1.3.1...v2.0.0) (2021-07-10)
2+
3+
4+
### Features
5+
6+
* useFunction now supports an initialValue param ([6ba9e26](https://github.com/NullVoxPopuli/ember-resources/commit/6ba9e26b06409a80242d33c274343f653f131f61))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* useFunction is no longer an alias of useResource
12+
113
## [1.3.1](https://github.com/NullVoxPopuli/ember-resources/compare/v1.3.0...v1.3.1) (2021-07-09)
214

315

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": "1.3.1",
3+
"version": "2.0.0",
44
"keywords": [
55
"ember-addon"
66
],

0 commit comments

Comments
 (0)