Skip to content

Commit 2fabf88

Browse files
committed
Release 6.0.0
1 parent a272d76 commit 2fabf88

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ 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+
6+
## v6.0.0 (2022-08-19)
7+
8+
#### :boom: Breaking Change
9+
* [#499](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/499) breaking: drop EOL versions of Node ([@mansona](https://github.com/mansona))
10+
11+
#### :house: Internal
12+
* [#501](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/501) update all dev-dependencies ([@mansona](https://github.com/mansona))
13+
* [#500](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/500) update ember-codemods-telemetry-helpers to support M1 macs ([@mansona](https://github.com/mansona))
14+
* [#498](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/498) move from travis to github actions ([@mansona](https://github.com/mansona))
15+
16+
#### Committers: 1
17+
- Chris Manson ([@mansona](https://github.com/mansona))
18+
519
## v5.1.0 (2022-01-28)
620

721
#### :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-angle-brackets-codemod",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"description": "Codemod to convert to Angle brackets syntax",
55
"keywords": [
66
"codemod-cli",

0 commit comments

Comments
 (0)