Skip to content

Commit c082ed9

Browse files
committed
Release 3.0.0
1 parent f3047f2 commit c082ed9

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
@@ -1,3 +1,15 @@
1+
Version 9 of Highlight.js has reached EOL and is no longer supported.
2+
Please upgrade or ask whatever dependency you are using to upgrade.
3+
https://github.com/highlightjs/highlight.js/issues/2877
4+
5+
## v3.0.0 (2024-09-25)
6+
7+
#### :boom: Breaking Change
8+
* [#306](https://github.com/ember-cli/ember-load-initializers/pull/306) Convert to plain library with explicitModules support ([@ef4](https://github.com/ef4))
9+
10+
#### Committers: 1
11+
- Edward Faulkner ([@ef4](https://github.com/ef4))
12+
113
## v2.1.2 (2020-11-06)
214

315
#### :bug: Bug Fix

package.json

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

0 commit comments

Comments
 (0)