Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kagawagao committed Oct 19, 2021
1 parent 945a541 commit 2319b94
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.0.1 (2021-10-19)

### Bug Fixes

- fix exec output ([19ff80c](https://github.com/kagawagao/diff-run/commit/19ff80c0c7fb8ddbe81ba024f62845fa62e073c3))

### Features

- initialize project ([baf642b](https://github.com/kagawagao/diff-run/commit/baf642bea0506981344939938b5bd4e538999b6c))
- run command ([f5d958e](https://github.com/kagawagao/diff-run/commit/f5d958e6adba18484814ac469be7de8881fff277))

# 1.0.0 (2021-10-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diff-run",
"version": "1.0.0",
"version": "1.0.1",
"description": "run command after git merge",
"main": "lib/index.js",
"bin": "./bin/diff-run.js",
Expand Down

0 comments on commit 2319b94

Please sign in to comment.