-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(main): release 1.0.0 * should fix version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andy Mills <[email protected]>
- Loading branch information
1 parent
9a9fa38
commit badad8c
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.0" | ||
".": "0.0.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |