From ca3d125f1e497a94ca85da122abe08c33ee24d92 Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Sat, 14 Oct 2023 19:29:38 +0800 Subject: [PATCH] :tada: Release: v2.6.4 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 592b3f5..9304bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## :tada: 2.6.4 (2023-10-14) + + +### :sparkles: Features + +* add piclist itself as a picbed ([9f49fc0](https://github.com/Kuingsmile/piclist/commit/9f49fc0)) +* **custom:** add tk analytic ([e8ea905](https://github.com/Kuingsmile/piclist/commit/e8ea905)) + + +### :bug: Bug Fixes + +* **custom:** fix bump version error ([6f8e4e1](https://github.com/Kuingsmile/piclist/commit/6f8e4e1)) +* fix font file download logic ([32de515](https://github.com/Kuingsmile/piclist/commit/32de515)) +* fix macos right click menu file bug ([75601e7](https://github.com/Kuingsmile/piclist/commit/75601e7)) +* fix manage config file sync bug ([47b61e6](https://github.com/Kuingsmile/piclist/commit/47b61e6)) + + +### :pencil: Documentation + +* **custom:** update docs ([d1780f2](https://github.com/Kuingsmile/piclist/commit/d1780f2)) + + +### :package: Chore + +* **custom:** migrate to node-bump-version ([567af45](https://github.com/Kuingsmile/piclist/commit/567af45)) + + + ## :tada: 2.6.3 (2023-10-10) diff --git a/package.json b/package.json index 45efb0e..0123c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "2.6.3", + "version": "2.6.4", "author": { "name": "Kuingsmile", "email": "pkukuing@gmail.com"