Skip to content

Commit 9e662ca

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2024-12-14) ### Bug Fixes * **load:** only print update message when package was previously installed ([2977878](2977878)) * **load:** use correct date format for updated entries request ([c9df0d2](c9df0d2)), closes [#18](#18)
1 parent 1ba9ce4 commit 9e662ca

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.1](https://github.com/pawcoding/astro-loader-pocketbase/compare/v1.0.0...v1.0.1) (2024-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **load:** only print update message when package was previously installed ([2977878](https://github.com/pawcoding/astro-loader-pocketbase/commit/29778788d0d4081406370c627d526e1c06f7c2f2))
7+
* **load:** use correct date format for updated entries request ([c9df0d2](https://github.com/pawcoding/astro-loader-pocketbase/commit/c9df0d2f4638fac1aabfbc2b90ff0dd6336668fa)), closes [#18](https://github.com/pawcoding/astro-loader-pocketbase/issues/18)
8+
19
# [1.0.0](https://github.com/pawcoding/astro-loader-pocketbase/compare/v0.5.0...v1.0.0) (2024-12-07)
210

311

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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A content loader for Astro that uses the PocketBase API",
55
"license": "MIT",
66
"author": "Luis Wolf <development@pawcode.de> (https://pawcode.de)",

0 commit comments

Comments
 (0)