From bde77f00ffe1ef7a27d778aafdb6485069b62c91 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Dec 2024 06:22:59 +0000 Subject: [PATCH] chore(release): 0.25.2 [skip ci] ## [0.25.2](https://github.com/blinko-space/blinko/compare/v0.25.1...v0.25.2) (2024-12-13) ### Bug Fixes * remove console logs and improve file path handling in API routes ([49b4d50](https://github.com/blinko-space/blinko/commit/49b4d506b1e4ab4e008c4ed16a3894703491459f)) * upload file chinese name issue [#292](https://github.com/blinko-space/blinko/issues/292) ([d32a23a](https://github.com/blinko-space/blinko/commit/d32a23aa8f7fdabcc82a9d09a5c6b6f642deb58b)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3642548e..971d95c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.25.2](https://github.com/blinko-space/blinko/compare/v0.25.1...v0.25.2) (2024-12-13) + + +### Bug Fixes + +* remove console logs and improve file path handling in API routes ([49b4d50](https://github.com/blinko-space/blinko/commit/49b4d506b1e4ab4e008c4ed16a3894703491459f)) +* upload file chinese name issue [#292](https://github.com/blinko-space/blinko/issues/292) ([d32a23a](https://github.com/blinko-space/blinko/commit/d32a23aa8f7fdabcc82a9d09a5c6b6f642deb58b)) + ## [0.25.1](https://github.com/blinko-space/blinko/compare/v0.25.0...v0.25.1) (2024-12-13) diff --git a/package.json b/package.json index 845bb9bf..f31496e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blinko", - "version": "0.25.1", + "version": "0.25.2", "repository": "https://github.com/blinko-space/blinko.git", "private": true, "browser": {