Skip to content

Commit

Permalink
chore(version): release v1.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Mumulhl <mumulhl.666@gmail.com>
  • Loading branch information
mumu-lhl committed Oct 1, 2024
1 parent 734f47c commit 5aa375e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5aa375e

Please sign in to comment.