Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Nov 1, 2021
1 parent 732dc8a commit 2860117
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [v0.4.0](https://github.com/k1LoW/gh-grep/compare/v0.3.0...v0.4.0) (2021-11-01)

* Add option `-e` [#10](https://github.com/k1LoW/gh-grep/pull/10) ([k1LoW](https://github.com/k1LoW))
* Add option `--line-number` [#9](https://github.com/k1LoW/gh-grep/pull/9) ([k1LoW](https://github.com/k1LoW))

## [v0.3.0](https://github.com/k1LoW/gh-grep/compare/v0.2.2...v0.3.0) (2021-11-01)

* Color matched word [#8](https://github.com/k1LoW/gh-grep/pull/8) ([k1LoW](https://github.com/k1LoW))
Expand Down
2 changes: 1 addition & 1 deletion gh-grep
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

repo="k1LoW/gh-grep"
tag=v0.3.0
tag=v0.4.0

extensionPath="$(dirname "$0")"
arch="$(uname -m)"
Expand Down

0 comments on commit 2860117

Please sign in to comment.