Skip to content

Commit

Permalink
release: v1.2.0 (#57)
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 Dec 1, 2024
1 parent 4d5b795 commit 9d8c574
Show file tree
Hide file tree
Showing 3 changed files with 14 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.1.1"
".": "1.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Features

* implement autocomplete `/dict delete &lt;word&gt;` ([612484f](https://github.com/arpabot/ohno-bot/commit/612484f26e3161c2845551a34d5673a04cb5e39c))


### Bug Fixes

* `/dict delete &lt;word&gt;` autocomplete issue ([62e1bd7](https://github.com/arpabot/ohno-bot/commit/62e1bd78c9c4e1ac92adb9faf13827461e75deb6))

## [1.1.1](https://github.com/arpabot/ohno-bot/compare/v1.1.0...v1.1.1) (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.1.1",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9d8c574

Please sign in to comment.