Skip to content

Commit 43f28ac

Browse files
authored
Merge pull request #4 from photoserv/release-please--branches--main--components--astro-loader
chore(main): release astro-loader 0.0.5
2 parents 0fb9e7f + 8181b9b commit 43f28ac

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.4"
2+
".": "0.0.5"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.5](https://github.com/photoserv/astro-loader/compare/astro-loader-0.0.4...astro-loader-0.0.5) (2025-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* Grant permissions to the deployment workflow ([0fb9e7f](https://github.com/photoserv/astro-loader/commit/0fb9e7fb1a72b43c7444f52a5c63c921fdc16add))
9+
310
## [0.0.4](https://github.com/photoserv/astro-loader/compare/astro-loader-0.0.3...astro-loader-0.0.4) (2025-12-04)
411

512

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": "@photoserv/astro-loader",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"type": "module",
55
"description": "Astro.js loader for Photoserv",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)