diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8d8d2..7d60d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. +--- +## [1.1.3](https://github.com/mumu-lhl/dict_reader/compare/v1.1.2..v1.1.3) - 2024-10-01 + +### Bug Fixes + +- fix UTF-16 decode - ([734f47c](https://github.com/mumu-lhl/dict_reader/commit/734f47cf652c54d59e04f0de722d3a830cb76d2a)) - Mumulhl + +### Miscellaneous Chores + +- **(deps)** bump lints from 4.0.0 to 5.0.0 ([#1](https://github.com/mumu-lhl/dict_reader/issues/1)) - ([d56d190](https://github.com/mumu-lhl/dict_reader/commit/d56d190e9732eff3939c63a83201ec068f2327ca)) - dependabot[bot] +- **(workflow)** create dependabot.yml - ([6b811d3](https://github.com/mumu-lhl/dict_reader/commit/6b811d38f37f9e8fbc6e77799e9e9b4be0de3d6d)) - Mumulhl + --- ## [1.1.2](https://github.com/mumu-lhl/dict_reader/compare/v1.1.1..v1.1.2) - 2024-09-07 diff --git a/pubspec.yaml b/pubspec.yaml index 9c3de8d..c29c03b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,15 +1,15 @@ name: dict_reader description: Reading mdict files, support MDX/MDD file formats. It can simplify your writing of mdict-based dictionary software. -version: 1.1.2 +version: 1.1.3 repository: https://github.com/mumu-lhl/dict_reader environment: sdk: ^3.0.0 dev_dependencies: - lints: ">=4.0.0 <6.0.0" - test: ^1.24.0 + lints: ^5.0.0 + test: ^1.25.8 dependencies: charset: ^2.0.1 - blockchain_utils: ^3.3.0 + blockchain_utils: ^3.4.0