diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..b985ff6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d31a108 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +## 0.0.1 (2024-08-14) + + +### Bug Fixes + +* added space ([89c30a5](https://github.com/defenseunicorns/lula-action/commit/89c30a53dcd169640d1f05901239950680779b57)) +* removed unused rennoate and fixed config issue. ([225d27d](https://github.com/defenseunicorns/lula-action/commit/225d27d6811d3a805e391358164664dcdfe1dbc5)) +* update validate and evaluate to support target flag ([#21](https://github.com/defenseunicorns/lula-action/issues/21)) ([94853fc](https://github.com/defenseunicorns/lula-action/commit/94853fcee45178bd700f28ac369e02107c166469)) + + +### Miscellaneous + +* **config:** setup repository with team and project standards ([939e0a3](https://github.com/defenseunicorns/lula-action/commit/939e0a3d3a5f72321245a040207152dced5238f2)) +* **deps:** update actions/setup-node action to v4.0.3 ([c3343e4](https://github.com/defenseunicorns/lula-action/commit/c3343e44e0ac414042997d6343d4fdcd59ce5232)) +* **deps:** update actions/upload-artifact action to v4.3.5 ([3c6d536](https://github.com/defenseunicorns/lula-action/commit/3c6d5365c7410c1d6f1751c7d11d4d2b027054a2)) +* **deps:** update github/codeql-action action to v3.25.15 ([fbf9752](https://github.com/defenseunicorns/lula-action/commit/fbf97524d35bc51faeee4d59e71960c741062caf)) +* repo updates ([939e0a3](https://github.com/defenseunicorns/lula-action/commit/939e0a3d3a5f72321245a040207152dced5238f2))