Skip to content

Commit 272bc92

Browse files
committed
Release 3.0.0
1 parent bd5aa7a commit 272bc92

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

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+
315
## 2.0.0 (2020-11-24)
416

517
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-manifest",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Ember CLI Deploy plugin to generate a manifest.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)