Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
semantic-release-bot committed Jun 6, 2021
1 parent 9788bad commit 9da8306
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 1.0.0 (2021-06-06)


### Bug Fixes

* embroider support ([330e4c2](https://github.com/NullVoxPopuli/ember-resources/commit/330e4c2d3296cb4e4ea1c87d2daff47d5e7f522d))


### Features

* function resources ([fff7e0b](https://github.com/NullVoxPopuli/ember-resources/commit/fff7e0bfb4a197449edf3a03de32869d1245db47))
* implement HelperManager ([82f258a](https://github.com/NullVoxPopuli/ember-resources/commit/82f258a169b6c3ddc7978373df9eb4122599c9d6))
* the LifecycleResource has its first passing test ([cef4396](https://github.com/NullVoxPopuli/ember-resources/commit/cef439639c6effce7f5a03326840b466903e23c4))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-resources",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 9da8306

Please sign in to comment.