Skip to content

Commit 6e56c6b

Browse files
authored
Merge pull request #2 from photoserv/release-please--branches--main--components--astro-loader
chore(main): release astro-loader 0.0.3
2 parents 26aeb09 + 682f5a5 commit 6e56c6b

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.2"
2+
".": "0.0.3"
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.3](https://github.com/photoserv/astro-loader/compare/astro-loader-0.0.2...astro-loader-0.0.3) (2025-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove unused npm script ([26aeb09](https://github.com/photoserv/astro-loader/commit/26aeb09780fa9f9982a94cb2338dc1b297ff0728))
9+
310
## [0.0.2](https://github.com/photoserv/astro-loader/compare/astro-loader-0.0.1...astro-loader-0.0.2) (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.2",
3+
"version": "0.0.3",
44
"type": "module",
55
"description": "Astro.js loader for Photoserv",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)