Skip to content

Commit

Permalink
release: v1.2.1 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 11, 2025
1 parent 855dbdf commit a40647f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.0"
".": "1.2.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.1](https://github.com/arpabot/ohno-bot/compare/v1.2.0...v1.2.1) (2025-01-11)


### Bug Fixes

* error message when `/join` ([855dbdf](https://github.com/arpabot/ohno-bot/commit/855dbdf427dfb45c9f77a5a050b28263b799a592))
* improper behavior when processing `voiceStateUpdate` ([8dbeb7f](https://github.com/arpabot/ohno-bot/commit/8dbeb7fd0ae1901e2600d417c461608cf475943f))
* insane behavior ([e3fc933](https://github.com/arpabot/ohno-bot/commit/e3fc9339559d9ff5f8c99fc9990b491ece6dd6a5))

## [1.2.0](https://github.com/arpabot/ohno-bot/compare/v1.1.1...v1.2.0) (2024-12-01)


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": "ohno-rewrite",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a40647f

Please sign in to comment.