Skip to content

Commit 3bdf127

Browse files
committed
Release 3.0.1
1 parent 6812ffb commit 3bdf127

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ Version 9 of Highlight.js has reached EOL and is no longer supported.
22
Please upgrade or ask whatever dependency you are using to upgrade.
33
https://github.com/highlightjs/highlight.js/issues/2877
44

5+
## v3.0.1 (2024-09-26)
6+
7+
#### :bug: Bug Fix
8+
* [#308](https://github.com/ember-cli/ember-load-initializers/pull/308) Fix export for declaration files (TS) ([@mkszepp](https://github.com/mkszepp))
9+
10+
#### Committers: 1
11+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
12+
13+
Version 9 of Highlight.js has reached EOL and is no longer supported.
14+
Please upgrade or ask whatever dependency you are using to upgrade.
15+
https://github.com/highlightjs/highlight.js/issues/2877
16+
517
## v3.0.0 (2024-09-25)
618

719
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-load-initializers",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A tiny add-on to autoload your initializer files in ember-cli.",
55
"keywords": [],
66
"type": "module",

0 commit comments

Comments
 (0)