Skip to content

Commit bbaf044

Browse files
chore(main): release 1.0.2
1 parent 968f5ec commit bbaf044

File tree

3 files changed

+16
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [1.0.2](https://github.com/sablierapp/sablier-caddy-plugin/compare/v1.0.1...v1.0.2) (2025-11-24)
4+
5+
6+
### Documentation
7+
8+
* fix example syntax ([#13](https://github.com/sablierapp/sablier-caddy-plugin/issues/13)) ([def8d76](https://github.com/sablierapp/sablier-caddy-plugin/commit/def8d76ccdfd9048131663ec4ea515d603f3303c))
9+
10+
11+
### Chores
12+
13+
* **deps:** bump actions/checkout from 5.0.0 to 6.0.0 ([#17](https://github.com/sablierapp/sablier-caddy-plugin/issues/17)) ([968f5ec](https://github.com/sablierapp/sablier-caddy-plugin/commit/968f5ec16888a626b075cd675c57ea39ce32eb8b))
14+
* **deps:** bump actions/create-github-app-token from 2.1.4 to 2.2.0 ([#15](https://github.com/sablierapp/sablier-caddy-plugin/issues/15)) ([4c06e7c](https://github.com/sablierapp/sablier-caddy-plugin/commit/4c06e7c53369f23d953604a20d7d802c897b844a))
15+
* **deps:** bump actions/setup-go from 6.0.0 to 6.1.0 ([#16](https://github.com/sablierapp/sablier-caddy-plugin/issues/16)) ([645d091](https://github.com/sablierapp/sablier-caddy-plugin/commit/645d0916a7a9ab6f19b07a48de0bcf1768fd0d1a))
16+
317
## [1.0.1](https://github.com/sablierapp/sablier-caddy-plugin/compare/v1.0.0...v1.0.1) (2025-11-09)
418

519

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You must build a custom version of [Caddy](https://caddyserver.com) with this pl
2828
FROM caddy:2.10.2-builder AS builder
2929

3030
RUN xcaddy build \
31-
--with github.com/sablierapp/[email protected].1 # x-release-please-version
31+
--with github.com/sablierapp/[email protected].2 # x-release-please-version
3232

3333
FROM caddy:2.10.2
3434

0 commit comments

Comments
 (0)