Skip to content

Commit b243d28

Browse files
author
Robert Jackson
committed
Release 2.0.0
1 parent a22bd63 commit b243d28

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## v2.0.0 (2020-12-14)
4+
5+
#### :boom: Breaking Change
6+
* [#391](https://github.com/ember-codemods/ember-native-class-codemod/pull/391) Drop Node < 10 and bump telemetry helpers ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
7+
8+
#### :memo: Documentation
9+
* [#280](https://github.com/ember-codemods/ember-native-class-codemod/pull/280) docs: add lint rule link ([@bmish](https://github.com/bmish))
10+
11+
#### :house: Internal
12+
* [#213](https://github.com/ember-codemods/ember-native-class-codemod/pull/213) Update telemetry helpers ([@tylerturdenpants](https://github.com/tylerturdenpants))
13+
14+
#### Committers: 4
15+
- Bryan Mishkin ([@bmish](https://github.com/bmish))
16+
- Ryan Mark ([@tylerturdenpants](https://github.com/tylerturdenpants))
17+
- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987))
18+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
19+
20+
321
## v1.1.0 (2019-08-20)
422

523
#### :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": "1.1.0",
3+
"version": "2.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)