Skip to content

Commit 6311615

Browse files
chore(release): 4.6.2 [skip ci]
## [4.6.2](v4.6.1...v4.6.2) (2022-04-20) ### Bug Fixes * **types:** certain typescript scenarios need explicit typesVersions entries ([1346b0e](1346b0e))
1 parent 19cc24f commit 6311615

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

ember-resources/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.6.2](https://github.com/NullVoxPopuli/ember-resources/compare/v4.6.1...v4.6.2) (2022-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** certain typescript scenarios need explicit typesVersions entries ([1346b0e](https://github.com/NullVoxPopuli/ember-resources/commit/1346b0e556ac51c6cd7d48db460ebe45878a3b90))
7+
18
## [4.6.1](https://github.com/NullVoxPopuli/ember-resources/compare/v4.6.0...v4.6.1) (2022-04-12)
29

310

ember-resources/package.json

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-resources",
3-
"version": "4.6.1",
3+
"version": "4.6.2",
44
"keywords": [
55
"ember-addon"
66
],
@@ -20,12 +20,24 @@
2020
},
2121
"typesVersions": {
2222
">= 4.0.0": {
23-
"*": ["dist/*"],
24-
"core": ["dist/core/index.d.ts"],
25-
"util": ["dist/util/index.d.ts"],
26-
"util/map": ["dist/util/map.d.ts"],
27-
"util/helper": ["dist/util/helper.d.ts"],
28-
"util/ember-concurrency": ["dist/util/ember-concurrency.d.ts"]
23+
"*": [
24+
"dist/*"
25+
],
26+
"core": [
27+
"dist/core/index.d.ts"
28+
],
29+
"util": [
30+
"dist/util/index.d.ts"
31+
],
32+
"util/map": [
33+
"dist/util/map.d.ts"
34+
],
35+
"util/helper": [
36+
"dist/util/helper.d.ts"
37+
],
38+
"util/ember-concurrency": [
39+
"dist/util/ember-concurrency.d.ts"
40+
]
2941
}
3042
},
3143
"author": "NullVoxPopuli",

0 commit comments

Comments
 (0)