Skip to content

Commit 064e5f6

Browse files
chore(main): release 3.0.1 (#353)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d568e25 commit 064e5f6

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/autero1/action-terragrunt/compare/v3.0.0...v3.0.1) (2024-02-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **lint:** resolve linting issues across the codebase ([22304b0](https://github.com/autero1/action-terragrunt/commit/22304b0ef1e8a1af51e0b6403dd134cc0e2f2c99))
9+
* **release:** fix release-please configuration ([#354](https://github.com/autero1/action-terragrunt/issues/354)) ([d568e25](https://github.com/autero1/action-terragrunt/commit/d568e2550c289e3cfa25247ebe2aef76e07c0e70))
10+
* **release:** fix release-please configuration and CHANGELOG.md formatting ([#352](https://github.com/autero1/action-terragrunt/issues/352)) ([4d12d72](https://github.com/autero1/action-terragrunt/commit/4d12d72ced25a11ac99a6acf709cfad540d01448))
11+
* **tests:** use proper glob pattern to run tests on all branches ([22304b0](https://github.com/autero1/action-terragrunt/commit/22304b0ef1e8a1af51e0b6403dd134cc0e2f2c99))
12+
313
## [3.0.0](https://github.com/autero1/action-terragrunt/compare/v2.0.0...v3.0.0) (2024-02-18)
414

515

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-terragrunt",
3-
"version": "3.1.0",
3+
"version": "3.0.1",
44
"description": "GitHub action for setting up Terragrunt",
55
"author": "Petri Autero",
66
"license": "MIT",

0 commit comments

Comments
 (0)