Skip to content

Commit

Permalink
chore: bump version to 2.1.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Jan 5, 2023
1 parent 97c0b80 commit 54a7d28
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion 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.0] - 2023-01-05

### Added

- better CJK fonts ([#40](https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/pull/40))

### Fixed

- broken condition in exactly match searching ([#28](https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/pull/28))
- segment type changed in koishi 4.9 ([#32](https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/pull/32))

### Changed

- migrate to use [ffxiv-textcommand-data](https://www.npmjs.com/package/ffxiv-textcommand-data) ([#39](https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/pull/39))
- compile html page on the fly ([#40](https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/pull/40))
- upgrade puppeteer to v3.3.1 ([#40](https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/pull/40))

## [2.0.11] - 2022-09-06

### Added
Expand Down Expand Up @@ -133,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- update function causes errors ([#1](https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/pull/1))
- placeholder reconized as html tag which cause macro content not fully displayed ([223c306](https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/commit/223c30647ea95d9d52cca3133f3a728f88de1315))

[unreleased]: https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/compare/v2.0.11...HEAD
[unreleased]: https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/compare/v2.0.11...v2.1.0
[2.0.11]: https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/compare/v2.0.10...v2.0.11
[2.0.10]: https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/compare/v2.0.9...v2.0.10
[2.0.9]: https://github.com/AwesomeHamster/koishi-plugin-ffxiv-macrodict/compare/v2.0.8...v2.0.9
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-ffxiv-macrodict",
"version": "2.0.11",
"version": "2.1.0",
"description": "A koishi plugin for searching macro descriptions which is used in the famous video game FFXIV (Final Fantasy XIV)",
"keywords": [
"ffxiv",
Expand Down

0 comments on commit 54a7d28

Please sign in to comment.