Skip to content

Commit 6676054

Browse files
chore(main): release 0.2.3 (#11)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent deb6260 commit 6676054

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.2.2"
2+
".": "0.2.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.2.3](https://github.com/chatloop/terraform-aws-static-site/compare/v0.2.2...v0.2.3) (2024-10-04)
4+
5+
6+
### Bug Fixes
7+
8+
* typo in s3 policy ([#10](https://github.com/chatloop/terraform-aws-static-site/issues/10)) ([deb6260](https://github.com/chatloop/terraform-aws-static-site/commit/deb6260b4a87353b260ebbaa26a42e74ac77a68b))
9+
310
## [0.2.2](https://github.com/chatloop/terraform-aws-static-site/compare/v0.2.1...v0.2.2) (2024-10-04)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Optionally, the website can be protected with OpenID Connect.
99
<!-- x-release-please-start-version -->
1010
```hcl
1111
module "static_site" {
12-
source = "github.com/chatloop/terraform-aws-static-site?ref=v0.2.2"
12+
source = "github.com/chatloop/terraform-aws-static-site?ref=v0.2.3"
1313
1414
providers = {
1515
aws.us-east-1 = aws.us-east-1

0 commit comments

Comments
 (0)