chore(release): 1.0.0 [skip ci]

# 1.0.0 (2025-08-19)

### Features

* Initial act-runner-extended container image ([72380e0](72380e0f12))
This commit is contained in:
semantic-release-bot
2025-08-19 23:47:39 +00:00
parent 72380e0f12
commit 4231970b38
3 changed files with 6049 additions and 0 deletions

6
CHANGELOG.md Normal file
View File

@ -0,0 +1,6 @@
# 1.0.0 (2025-08-19)
### Features
* Initial act-runner-extended container image ([72380e0](https://code.spamasaurus.com/djpbessems/ContainerImage.ActRunnerExtended/commit/72380e0f124356281776a95cfbfd34fca05ef38e))

6034
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^12.1.0",
"semantic-release": "^22.0.12"
}
}