Skip to content

Commit a81dc8b

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.5.0...v1.0.0) (2024-12-07) ### Bug Fixes * **release:** update version number ([901af52](901af52)) ### Documentation * **README:** add note for compatibility ([2613918](2613918)) ### BREAKING CHANGES * **release:** This is the first stable release of this package. * **README:** This marks the first stable release of this package.
1 parent 18d0881 commit a81dc8b

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# [1.0.0](https://github.com/pawcoding/astro-loader-pocketbase/compare/v0.5.0...v1.0.0) (2024-12-07)
2+
3+
4+
### Bug Fixes
5+
6+
* **release:** update version number ([901af52](https://github.com/pawcoding/astro-loader-pocketbase/commit/901af52bfd91dc970e8bcee6fffcf8aaae97c75f))
7+
8+
9+
### Documentation
10+
11+
* **README:** add note for compatibility ([2613918](https://github.com/pawcoding/astro-loader-pocketbase/commit/261391897ad6984eebbaf7bbb8195ada2382eb67))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **release:** This is the first stable release of this package.
17+
* **README:** This marks the first stable release of this package.

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-next.1",
3+
"version": "1.0.0",
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)