We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f7fef commit 5dc8889Copy full SHA for 5dc8889
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+
2
+## v8.1.0 (2022-12-20)
3
+Back-ports built-in TypeScript support for 8.x to decouple that from the Ember 4.x upgrade.
4
5
+#### :rocket: Enhancement
6
+* [#839](https://github.com/ember-cli/ember-resolver/pull/839) Backport types to 8.x ([@chriskrycho](https://github.com/chriskrycho))
7
8
+#### Committers: 1
9
+- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
10
11
## v8.0.3 (2021-09-09)
12
13
#### :bug: Bug Fix
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-resolver",
- "version": "8.0.3",
+ "version": "8.1.0",
"description": "The default modules based resolver for Ember CLI.",
"keywords": [
"ember-addon"
0 commit comments