Skip to content

Commit

Permalink
Tagged 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Oct 31, 2023
1 parent b7bc691 commit 32e7537
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.0.1 (2023-10-31)

### Internal
* [#67](https://github.com/ijlee2/ember-codemod-v1-to-v2/pull/67) Updated dependencies ([@ijlee2](https://github.com/ijlee2))

### Committers: 1
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))


## 1.0.0 (2023-09-14)

### Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Here are some guidelines to help you and everyone else.
1. Publish the package.

```sh
pnpm release:package
pnpm release:publish
```

</details>
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-codemod-v1-to-v2",
"version": "1.0.0",
"version": "1.0.1",
"description": "Codemod to convert Ember addons to v2 addon format",
"keywords": [
"codemod",
Expand Down

0 comments on commit 32e7537

Please sign in to comment.