Skip to content

Commit 32e7537

Browse files
committed
Tagged 1.0.1
1 parent b7bc691 commit 32e7537

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.1 (2023-10-31)
4+
5+
### Internal
6+
* [#67](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/67) Updated dependencies ([@ijlee2](https://github.com/ijlee2))
7+
8+
### Committers: 1
9+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
10+
11+
312
## 1.0.0 (2023-09-14)
413

514
### Breaking Change

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Here are some guidelines to help you and everyone else.
8383
1. Publish the package.
8484

8585
```sh
86-
pnpm release:package
86+
pnpm release:publish
8787
```
8888

8989
</details>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-codemod-v1-to-v2",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Codemod to convert Ember addons to v2 addon format",
55
"keywords": [
66
"codemod",

0 commit comments

Comments
 (0)