Skip to content

Commit 5e5027e

Browse files
chore(release): 3.1.1 [skip ci]
## [3.1.1](v3.1.0...v3.1.1) (2021-08-01) ### Bug Fixes * **108:** ensure that Args can be ommitted from Resources when unknown is ok ([34c07ff](34c07ff)) * **issue#108:** loosen the constraint on what named arguments are ([dff5be3](dff5be3)), closes [issue#108](https://github.com/issue/issues/108)
1 parent b3927e9 commit 5e5027e

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.1.1](https://github.com/NullVoxPopuli/ember-resources/compare/v3.1.0...v3.1.1) (2021-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **108:** ensure that Args can be ommitted from Resources when unknown is ok ([34c07ff](https://github.com/NullVoxPopuli/ember-resources/commit/34c07fffd809cf3c89ae85650c4e3f36d58a7d01))
7+
* **issue#108:** loosen the constraint on what named arguments are ([dff5be3](https://github.com/NullVoxPopuli/ember-resources/commit/dff5be3cef53bbee9c4c74cf8cceed72638bf78a)), closes [issue#108](https://github.com/issue/issues/108)
8+
19
# [3.1.0](https://github.com/NullVoxPopuli/ember-resources/compare/v3.0.1...v3.1.0) (2021-07-31)
210

311

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

0 commit comments

Comments
 (0)