Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Nov 29, 2022
1 parent 2645ee9 commit 7db23cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/ember-auto-import/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 2.5.0

- ENHANCEMENT: add support for node type=module by @hjdivad [544](https://github.com/ef4/ember-auto-import/pull/544)
- INTERNAL: upgrade to @embroider/shared-internals 2.0

### 2.4.3

- BUGFIX: Move Dynamic Template Import error to runtime instead of a build error by @mansona
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-auto-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-auto-import",
"version": "2.4.3",
"version": "2.5.0",
"description": "Zero-config import from NPM packages",
"keywords": [
"ember-addon",
Expand Down
2 changes: 1 addition & 1 deletion test-scenarios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@embroider/macros": "npm:@embroider/macros@latest",
"@embroider/addon-shim": "npm:@embroider/addon-shim@latest",
"@types/fs-extra": "^5.0.4",
"ember-auto-import": "2.4.3",
"ember-auto-import": "2.5.0",
"fs-extra": "^6.0.1",
"leader-v1": "npm:ember-auto-import@1.7",
"leader-v2": "npm:ember-auto-import@1.11",
Expand Down

0 comments on commit 7db23cd

Please sign in to comment.