Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Dec 14, 2024
1 parent 1ba9ce4 commit 9e662ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.1](https://github.com/pawcoding/astro-loader-pocketbase/compare/v1.0.0...v1.0.1) (2024-12-14)


### Bug Fixes

* **load:** only print update message when package was previously installed ([2977878](https://github.com/pawcoding/astro-loader-pocketbase/commit/29778788d0d4081406370c627d526e1c06f7c2f2))
* **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)

# [1.0.0](https://github.com/pawcoding/astro-loader-pocketbase/compare/v0.5.0...v1.0.0) (2024-12-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-loader-pocketbase",
"version": "1.0.0",
"version": "1.0.1",
"description": "A content loader for Astro that uses the PocketBase API",
"license": "MIT",
"author": "Luis Wolf <[email protected]> (https://pawcode.de)",
Expand Down

0 comments on commit 9e662ca

Please sign in to comment.