Skip to content

Commit

Permalink
Tagged 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Dec 18, 2023
1 parent a4d8417 commit 443e56f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.2 (2023-12-18)

### Internal
* [#46](https://github.com/ijlee2/ember-codemod-args-to-signature/pull/46) Update dependencies ([@ijlee2](https://github.com/ijlee2))

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


## 1.0.1 (2023-10-31)

### Internal
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:publish
pnpm release:package
```

</details>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-codemod-args-to-signature",
"version": "1.0.1",
"version": "1.0.2",
"description": "Codemod to component convert Args to Signature",
"keywords": [
"codemod",
Expand Down Expand Up @@ -35,7 +35,7 @@
"lint:types": "tsc --noEmit",
"prepare": "pnpm build",
"release:changelog": "lerna-changelog",
"release:publish": "pnpm publish",
"release:package": "pnpm publish",
"test": "./build.sh --test && mt dist-for-testing --quiet"
},
"dependencies": {
Expand Down

0 comments on commit 443e56f

Please sign in to comment.