Skip to content

Commit

Permalink
chore: bump version to 2.1.6 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Feb 17, 2024
1 parent 02185e0 commit 7f541d2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.6] - 2024-02-17

### Added

- support `inject` in koishi v4.15.x ([#23](https://github.com/AwesomeHamster/koishi-plugin-hitokoto/pull/23))
- support yakumo HMR feature ([#24](https://github.com/AwesomeHamster/koishi-plugin-hitokoto/pull/24))
- more usage examples in README ([#15](https://github.com/AwesomeHamster/koishi-plugin-hitokoto/pull/15))

### Fixed

- fix command option to be camel case ([#27](https://github.com/AwesomeHamster/koishi-plugin-hitokoto/pull/27))
- handle axios error ([#20](https://github.com/AwesomeHamster/koishi-plugin-hitokoto/pull/20))

### Changed

- remove uncompleted languages ([`e06ffaf`](https://github.com/AwesomeHamster/koishi-plugin-hitokoto/commit/e06ffaf123f452d0c382adefcc8a5128c103001a))

## [2.1.5] - 2022-09-06

### Added
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": "koishi-plugin-hitokoto",
"version": "2.1.5",
"version": "2.1.6",
"description": "A simple plugin for koishi the bot framework to get a random Hitokoto sentence, which is from [一言网](https://hitokoto.cn).",
"keywords": [
"bot",
Expand Down

0 comments on commit 7f541d2

Please sign in to comment.