Skip to content

Commit 80e7c60

Browse files
committed
chore(release): 2.10.1
1 parent 088ecc9 commit 80e7c60

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [2.10.1](https://github.com/DCsunset/LFReader/compare/v2.10.0...v2.10.1) (2024-12-19)
6+
7+
8+
### Bug Fixes
9+
10+
* **frontend:** fix query params encoding & improve ui ([088ecc9](https://github.com/DCsunset/LFReader/commit/088ecc91c5f6bc7354c452b486e8e3341abe5feb))
11+
* **frontend:** improve description of adding tags ([d89cd8c](https://github.com/DCsunset/LFReader/commit/d89cd8c73e05f9f1f681e45a9fc239f4ff76d364))
12+
513
## [2.10.0](https://github.com/DCsunset/LFReader/compare/v2.9.1...v2.10.0) (2024-12-19)
614

715

frontend/src/_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const version = "v2.10.0";
1+
const version = "v2.10.1";
22
export default version;

0 commit comments

Comments
 (0)