Skip to content

Commit 96fa9bf

Browse files
committed
Release 3.0.0
1 parent 276dbe6 commit 96fa9bf

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v3.0.0 (2022-11-14)
4+
5+
#### :boom: Breaking Change
6+
* [#490](https://github.com/ember-codemods/ember-native-class-codemod/pull/490) Drop support for EOL Node versions ([@mansona](https://github.com/mansona))
7+
8+
#### :house: Internal
9+
* [#491](https://github.com/ember-codemods/ember-native-class-codemod/pull/491) update codemods-telemetry-helpers ([@mansona](https://github.com/mansona))
10+
* [#486](https://github.com/ember-codemods/ember-native-class-codemod/pull/486) update to the latest puppeteer ([@mansona](https://github.com/mansona))
11+
* [#487](https://github.com/ember-codemods/ember-native-class-codemod/pull/487) move from travis to github actions ([@mansona](https://github.com/mansona))
12+
13+
#### Committers: 1
14+
- Chris Manson ([@mansona](https://github.com/mansona))
15+
316
## v2.1.0 (2021-04-13)
417

518
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-native-class-codemod",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Codemods for transforming ember app code to native class syntax with decorators.",
55
"keywords": [
66
"codemod-cli"

0 commit comments

Comments
 (0)