Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Nov 14, 2022
1 parent 276dbe6 commit 96fa9bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v3.0.0 (2022-11-14)

#### :boom: Breaking Change
* [#490](https://github.com/ember-codemods/ember-native-class-codemod/pull/490) Drop support for EOL Node versions ([@mansona](https://github.com/mansona))

#### :house: Internal
* [#491](https://github.com/ember-codemods/ember-native-class-codemod/pull/491) update codemods-telemetry-helpers ([@mansona](https://github.com/mansona))
* [#486](https://github.com/ember-codemods/ember-native-class-codemod/pull/486) update to the latest puppeteer ([@mansona](https://github.com/mansona))
* [#487](https://github.com/ember-codemods/ember-native-class-codemod/pull/487) move from travis to github actions ([@mansona](https://github.com/mansona))

#### Committers: 1
- Chris Manson ([@mansona](https://github.com/mansona))

## v2.1.0 (2021-04-13)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-native-class-codemod",
"version": "2.1.0",
"version": "3.0.0",
"description": "Codemods for transforming ember app code to native class syntax with decorators.",
"keywords": [
"codemod-cli"
Expand Down

0 comments on commit 96fa9bf

Please sign in to comment.