From 0f4bc93000e4e3a47d228d03022b9cab591a8335 Mon Sep 17 00:00:00 2001 From: "czi-github-helper[bot]" <95879977+czi-github-helper[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:34:09 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb1646..7005fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.1.0](https://github.com/learning-commons-org/shared-github-actions/compare/v1.0.0...v1.1.0) (2025-10-09) + + +### Features + +* renaming to release-please.yml ([6d97d6d](https://github.com/learning-commons-org/shared-github-actions/commit/6d97d6dff2e6c0af577996c54bbc66dd6bb7cefd)) +* trying to not require a config in caller repo ([f70e42a](https://github.com/learning-commons-org/shared-github-actions/commit/f70e42a9102fd43429068bee7f2b109497d08f7e)) + + +### Miscellaneous + +* **main:** release 1.0.0 ([b49b33b](https://github.com/learning-commons-org/shared-github-actions/commit/b49b33b02f83c273f7db8b91ed3af8ebd9886935)) +* **main:** release 1.0.0 ([ad47fc8](https://github.com/learning-commons-org/shared-github-actions/commit/ad47fc8b86962276fa3c20098b6d358f61683846)) + ## 1.0.0 (2025-10-09)