Skip to content

Commit 8797cdd

Browse files
chore(release): 4.5.0 [skip ci]
# [4.5.0](v4.4.0...v4.5.0) (2022-04-09) ### Bug Fixes * **docs:** pin @types/eslint so docs can build ([bc10593](bc10593)) * Move @ember/test-waiters to peerDependencies ([c6db46b](c6db46b)) ### Features * add replacement APIs under new import paths ([0025d3b](0025d3b)) * **docs, types:** fix types with the map resource. update docs ([4cce0c5](4cce0c5))
1 parent 5ae9943 commit 8797cdd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

ember-resources/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
* Move @ember/test-waiters to peerDependencies ([c6db46b](https://github.com/NullVoxPopuli/ember-resources/commit/c6db46bbb82c8a35fff6f1bcd9ecd6c89835133c))
88

99

10+
### Features
11+
12+
* add replacement APIs under new import paths ([0025d3b](https://github.com/NullVoxPopuli/ember-resources/commit/0025d3bdb167068aeca7c7b6185346d85dd8f180))
13+
* **docs, types:** fix types with the map resource. update docs ([4cce0c5](https://github.com/NullVoxPopuli/ember-resources/commit/4cce0c53d0478f2db6c868275eb036469da1bf84))
14+
15+
# [4.5.0](https://github.com/NullVoxPopuli/ember-resources/compare/v4.4.0...v4.5.0) (2022-04-09)
16+
17+
18+
### Bug Fixes
19+
20+
* **docs:** pin @types/eslint so docs can build ([bc10593](https://github.com/NullVoxPopuli/ember-resources/commit/bc105932292c2de7ec534bc884522fe9f17dbcf1))
21+
* Move @ember/test-waiters to peerDependencies ([c6db46b](https://github.com/NullVoxPopuli/ember-resources/commit/c6db46bbb82c8a35fff6f1bcd9ecd6c89835133c))
22+
23+
1024
### Features
1125

1226
* add replacement APIs under new import paths ([0025d3b](https://github.com/NullVoxPopuli/ember-resources/commit/0025d3bdb167068aeca7c7b6185346d85dd8f180))

ember-resources/package.json

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

0 commit comments

Comments
 (0)