Skip to content

Commit

Permalink
chore(main): release 3.0.1 (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 19, 2024
1 parent d568e25 commit 064e5f6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.0.1](https://github.com/autero1/action-terragrunt/compare/v3.0.0...v3.0.1) (2024-02-19)


### Bug Fixes

* **lint:** resolve linting issues across the codebase ([22304b0](https://github.com/autero1/action-terragrunt/commit/22304b0ef1e8a1af51e0b6403dd134cc0e2f2c99))
* **release:** fix release-please configuration ([#354](https://github.com/autero1/action-terragrunt/issues/354)) ([d568e25](https://github.com/autero1/action-terragrunt/commit/d568e2550c289e3cfa25247ebe2aef76e07c0e70))
* **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))
* **tests:** use proper glob pattern to run tests on all branches ([22304b0](https://github.com/autero1/action-terragrunt/commit/22304b0ef1e8a1af51e0b6403dd134cc0e2f2c99))

## [3.0.0](https://github.com/autero1/action-terragrunt/compare/v2.0.0...v3.0.0) (2024-02-18)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-terragrunt",
"version": "3.1.0",
"version": "3.0.1",
"description": "GitHub action for setting up Terragrunt",
"author": "Petri Autero",
"license": "MIT",
Expand Down

0 comments on commit 064e5f6

Please sign in to comment.