Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Logerfo authored Jan 5, 2023
1 parent c8b9afb commit d5cb021
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.4 - 2023-01-05
Fixed #57 by #65. Thank you @[shekharkhedekar](https://github.com/shekharkhedekar) and everyone who reported this issue!

## 0.0.3 - 2021-02-18
Changed committer name, committer e-mail and commit message ([#55](https://github.com/Logerfo/newline-action/pull/55)).

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@master
- uses: Logerfo/[email protected].3
- uses: Logerfo/[email protected].4
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
```
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-16.04
steps:
- uses: actions/checkout@master
- uses: Logerfo/[email protected].3
- uses: Logerfo/[email protected].4
with:
github-token: ${{ secrets.GITHUB_TOKEN }} # The `GITHUB_TOKEN` secret.
config-path: .github/newline.yml # The path of the addtional configurations file.
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": "newline-action",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/index.js",
"description": "A GitHub Action that automatically fixes files without a final new line in pull requests.",
"keywords": [
Expand Down

0 comments on commit d5cb021

Please sign in to comment.