From a5f16c06733ed39f7a8094879717ca9df3f1462e Mon Sep 17 00:00:00 2001 From: Kuingsmile Date: Fri, 17 Nov 2023 01:04:09 -0800 Subject: [PATCH] :tada: Release: v2.6.7 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a374c99e..ae2ec56f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## :tada: 2.6.7 (2023-11-17) + + +### :sparkles: Features + +* **custom:** add new config field temp dir path ([e968a65](https://github.com/Kuingsmile/piclist/commit/e968a65)), closes [#112](https://github.com/Kuingsmile/piclist/issues/112) + + +### :bug: Bug Fixes + +* **custom:** fix delete event error in server api ([5658ce6](https://github.com/Kuingsmile/piclist/commit/5658ce6)) + + +### :pencil: Documentation + +* **custom:** add docs for upload service using piclist due to a potential typora bug ([02dc71b](https://github.com/Kuingsmile/piclist/commit/02dc71b)) +* **custom:** update docs ([c897c23](https://github.com/Kuingsmile/piclist/commit/c897c23)) + + + ## :tada: 2.6.6 (2023-10-31) diff --git a/package.json b/package.json index 115e0325..81e5454d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piclist", - "version": "2.6.6", + "version": "2.6.7", "author": { "name": "Kuingsmile", "email": "pkukuing@gmail.com"