Skip to content

Commit 23edb32

Browse files
author
Robert Jackson
committed
Release 1.0.1
1 parent 5148190 commit 23edb32

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v1.0.1 (2019-06-23)
2+
3+
#### :bug: Bug Fix
4+
* [#140](https://github.com/ember-codemods/ember-native-class-codemod/pull/140) Avoid `**/tmp/**` when looking for `package.json`'s. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :memo: Documentation
7+
* [#137](https://github.com/ember-codemods/ember-native-class-codemod/pull/137) Add dependency installation to the README ([@pzuraq](https://github.com/pzuraq))
8+
* [#136](https://github.com/ember-codemods/ember-native-class-codemod/pull/136) Update the README to match v1.0.0 refactors ([@pzuraq](https://github.com/pzuraq))
9+
10+
#### Committers: 3
11+
- Chris Garrett ([@pzuraq](https://github.com/pzuraq))
12+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
13+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
14+
115
## v1.0.0 (2019-06-20)
216

317
#### :boom: Breaking Change

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.0.0",
3+
"version": "1.0.1",
44
"description": "Codemods for transforming ember app code to native class syntax with decorators.",
55
"keywords": [
66
"codemod-cli"

0 commit comments

Comments
 (0)