File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated.
4
+ Deprecated as of 10.7.0. Please use highlight(code, options) instead.
5
+ https://github.com/highlightjs/highlight.js/issues/2277
6
+
7
+ ## 3.0.0 (2023-06-04)
8
+
9
+ #### :boom : Breaking Change
10
+ * [ #51 ] ( https://github.com/ember-cli-deploy/ember-cli-deploy-manifest/pull/51 ) [ BREAKING] Update dependencies and required node versions ([ @lukemelia ] ( https://github.com/lukemelia ) )
11
+
12
+ #### Committers: 1
13
+ - Luke Melia ([ @lukemelia ] ( https://github.com/lukemelia ) )
14
+
3
15
## 2.0.0 (2020-11-24)
4
16
5
17
#### :rocket : Enhancement
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-deploy-manifest" ,
3
- "version" : " 2 .0.0" ,
3
+ "version" : " 3 .0.0" ,
4
4
"description" : " Ember CLI Deploy plugin to generate a manifest." ,
5
5
"directories" : {
6
6
"doc" : " doc" ,
You can’t perform that action at this time.
0 commit comments