Skip to content

Commit 9da8306

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-06-06) ### Bug Fixes * embroider support ([330e4c2](330e4c2)) ### Features * function resources ([fff7e0b](fff7e0b)) * implement HelperManager ([82f258a](82f258a)) * the LifecycleResource has its first passing test ([cef4396](cef4396))
1 parent 9788bad commit 9da8306

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 1.0.0 (2021-06-06)
2+
3+
4+
### Bug Fixes
5+
6+
* embroider support ([330e4c2](https://github.com/NullVoxPopuli/ember-resources/commit/330e4c2d3296cb4e4ea1c87d2daff47d5e7f522d))
7+
8+
9+
### Features
10+
11+
* function resources ([fff7e0b](https://github.com/NullVoxPopuli/ember-resources/commit/fff7e0bfb4a197449edf3a03de32869d1245db47))
12+
* implement HelperManager ([82f258a](https://github.com/NullVoxPopuli/ember-resources/commit/82f258a169b6c3ddc7978373df9eb4122599c9d6))
13+
* the LifecycleResource has its first passing test ([cef4396](https://github.com/NullVoxPopuli/ember-resources/commit/cef439639c6effce7f5a03326840b466903e23c4))

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": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)