Skip to content

Commit 3007afc

Browse files
chore(release): 2.9.0 [skip ci]
# [2.9.0](v2.8.1...v2.9.0) (2025-11-01) ### Bug Fixes * **superuser-token:** retry authentication after hitting rate limit ([842c3e4](842c3e4)), closes [#70](#70) ### Features * **live-loader:** throw typed errors ([a7f533b](a7f533b))
1 parent 527e14d commit 3007afc

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.9.0](https://github.com/pawcoding/astro-loader-pocketbase/compare/v2.8.1...v2.9.0) (2025-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **superuser-token:** retry authentication after hitting rate limit ([842c3e4](https://github.com/pawcoding/astro-loader-pocketbase/commit/842c3e44c705f7018c8afa9c2714513f4cbe9962)), closes [#70](https://github.com/pawcoding/astro-loader-pocketbase/issues/70)
7+
8+
9+
### Features
10+
11+
* **live-loader:** throw typed errors ([a7f533b](https://github.com/pawcoding/astro-loader-pocketbase/commit/a7f533bd3297545583f38116bc853c9c467ffce3))
12+
113
## [2.8.1](https://github.com/pawcoding/astro-loader-pocketbase/compare/v2.8.0...v2.8.1) (2025-09-20)
214

315
# [2.8.0](https://github.com/pawcoding/astro-loader-pocketbase/compare/v2.7.1...v2.8.0) (2025-08-30)

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.9.0-next.2",
3+
"version": "2.9.0",
44
"description": "A content loader for Astro that uses the PocketBase API",
55
"keywords": [
66
"astro",

0 commit comments

Comments
 (0)