Skip to content

Commit 6d63b5b

Browse files
chore(release): 2.5.0 [skip ci]
# [2.5.0](v2.4.1...v2.5.0) (2025-04-09) ### Bug Fixes * **refresh:** do not re-use realtime data when custom filter is set ([16b0ec9](16b0ec9)) ### Features * **loader:** add support for custom pocketbase filter ([#35](#35)) ([367af9a](367af9a))
1 parent a1fd220 commit 6d63b5b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.5.0](https://github.com/pawcoding/astro-loader-pocketbase/compare/v2.4.1...v2.5.0) (2025-04-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **refresh:** do not re-use realtime data when custom filter is set ([16b0ec9](https://github.com/pawcoding/astro-loader-pocketbase/commit/16b0ec9033150ce9c10aa1d0baf68a54afa92e93))
7+
8+
9+
### Features
10+
11+
* **loader:** add support for custom pocketbase filter ([#35](https://github.com/pawcoding/astro-loader-pocketbase/issues/35)) ([367af9a](https://github.com/pawcoding/astro-loader-pocketbase/commit/367af9a15ce18cf3b6c815e3fd88cdd324924a14))
12+
113
## [2.4.1](https://github.com/pawcoding/astro-loader-pocketbase/compare/v2.4.0...v2.4.1) (2025-02-16)
214

315
# [2.4.0](https://github.com/pawcoding/astro-loader-pocketbase/compare/v2.3.1...v2.4.0) (2025-02-15)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-loader-pocketbase",
3-
"version": "2.5.0-next.2",
3+
"version": "2.5.0",
44
"description": "A content loader for Astro that uses the PocketBase API",
55
"keywords": [
66
"astro",

0 commit comments

Comments
 (0)