Skip to content

Commit

Permalink
Merge pull request #31 from k2tzumi/tagpr-from-v0.0.4
Browse files Browse the repository at this point in the history
Release for v0.0.5
  • Loading branch information
k2tzumi committed Mar 12, 2023
2 parents 610c05b + 4b74aed commit b6cb170
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.0.5](https://github.com/k2tzumi/mob-timer-bot/compare/v0.0.4...v0.0.5) - 2023-03-12
### Other Changes
- Append trigger by @k2tzumi in https://github.com/k2tzumi/mob-timer-bot/pull/30
- Fixing `TypeError: Cannot read properties of undefined (reading 'length')` by @k2tzumi in https://github.com/k2tzumi/mob-timer-bot/pull/32
- The module simple-git is imported by default by @k2tzumi in https://github.com/k2tzumi/mob-timer-bot/pull/33
- Install simple-git by @k2tzumi in https://github.com/k2tzumi/mob-timer-bot/pull/34
- Fixing `TypeError: git.addConfig is not a function` by @k2tzumi in https://github.com/k2tzumi/mob-timer-bot/pull/35
- Enable push.autoSetupRemote by @k2tzumi in https://github.com/k2tzumi/mob-timer-bot/pull/36

## [v0.0.4](https://github.com/k2tzumi/mob-timer-bot/compare/v0.0.3...v0.0.4) - 2023-03-12
### Other Changes
- Support for command invocation by app_mention by @k2tzumi in https://github.com/k2tzumi/mob-timer-bot/pull/27
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": "mob-timer-bot",
"version": "v0.0.4",
"version": "v0.0.5",
"description": "",
"private": true,
"main": "src/Code.ts",
Expand Down

0 comments on commit b6cb170

Please sign in to comment.