From c5b6343160d681949a6db730dd33062a8e3f31d2 Mon Sep 17 00:00:00 2001 From: LukeHagar Date: Mon, 21 Apr 2025 00:01:43 +0000 Subject: [PATCH] Update changelog for 0.27.1 --- CHANGELOG.md | 11 +++++++++++ latest_version | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26666b0..0d2024c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.27.1 + +- Updated example `geoPoint` API preview body data. + +- Added JSVM `new GeoPointField({ ... })` constructor. + +- Added _partial_ WebP thumbs generation (_the thumbs will be stored as PNG_; [#6744](https://github.com/pocketbase/pocketbase/pull/6744)). + +- Updated npm dev dependencies. + + ## v0.27.0 - ⚠️ Moved the Create and Manage API rule checks out of the `OnRecordCreateRequest` hook finalizer, **aka. now all CRUD API rules are checked BEFORE triggering their corresponding `*Request` hook**. diff --git a/latest_version b/latest_version index 1b58cc1..83b4730 100644 --- a/latest_version +++ b/latest_version @@ -1 +1 @@ -0.27.0 +0.27.1