Skip to content

Commit f37ffa9

Browse files
chore(release): 2.4.0 [skip ci]
# [2.4.0](v2.3.1...v2.4.0) (2025-02-15) ### Bug Fixes * **loader:** print total numer of entries to simplify debugging ([1c8cdfd](1c8cdfd)) ### Features * **loader:** support force refresh to update all entries ([e22cc46](e22cc46))
1 parent 950a520 commit f37ffa9

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.4.0](https://github.com/pawcoding/astro-loader-pocketbase/compare/v2.3.1...v2.4.0) (2025-02-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **loader:** print total numer of entries to simplify debugging ([1c8cdfd](https://github.com/pawcoding/astro-loader-pocketbase/commit/1c8cdfdecf27ef5ce73e77fe17d3e43cdbc846a0))
7+
8+
9+
### Features
10+
11+
* **loader:** support force refresh to update all entries ([e22cc46](https://github.com/pawcoding/astro-loader-pocketbase/commit/e22cc4692d6bde95ffecb341d260899410a3bbe4))
12+
113
## [2.3.1](https://github.com/pawcoding/astro-loader-pocketbase/compare/v2.3.0...v2.3.1) (2025-02-02)
214

315
# [2.3.0](https://github.com/pawcoding/astro-loader-pocketbase/compare/v2.2.1...v2.3.0) (2025-02-01)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)