Skip to content

Commit 20eade5

Browse files
Release 5.1.0
1 parent ba74188 commit 20eade5

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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+
## v5.1.0 (2022-01-28)
6+
7+
#### :rocket: Enhancement
8+
* [#437](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/437) [Feature]: Add ability to convert only specific component invocations with each run ([@kcarmonamurphy](https://github.com/kcarmonamurphy))
9+
10+
#### :bug: Bug Fix
11+
* [#486](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/486) fix any number of models in link-to ([@tylerturdenpants](https://github.com/tylerturdenpants))
12+
13+
#### :house: Internal
14+
* [#486](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/486) fix any number of models in link-to ([@tylerturdenpants](https://github.com/tylerturdenpants))
15+
* [#452](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/452) Update dependencies ([@tylerturdenpants](https://github.com/tylerturdenpants))
16+
* [#393](https://github.com/ember-codemods/ember-angle-brackets-codemod/pull/393) fix eslint prettier errors ([@tylerturdenpants](https://github.com/tylerturdenpants))
17+
18+
#### Committers: 4
19+
- Buck Doyle ([@backspace](https://github.com/backspace))
20+
- Kevin Carmona-Murphy ([@kcarmonamurphy](https://github.com/kcarmonamurphy))
21+
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
22+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
23+
124
## v5.0.0 (2020-05-06)
225

326
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-angle-brackets-codemod",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Codemod to convert to Angle brackets syntax",
55
"keywords": [
66
"codemod-cli",

0 commit comments

Comments
 (0)