chore(release): 1.0.0 [skip ci]

# 1.0.0 (2024-06-05)

### Features

* Initial release w/ semantic release ([dda78b7](dda78b7334))
This commit is contained in:
semantic-release-bot 2024-06-05 12:18:44 +00:00
parent d36d9d7eb6
commit ee57c502d7
3 changed files with 6829 additions and 0 deletions

6
CHANGELOG.md Normal file
View File

@ -0,0 +1,6 @@
# 1.0.0 (2024-06-05)
### Features
* Initial release w/ semantic release ([dda78b7](http://gitea.gitea.svc.cluster.local:3000/djpbessems/ContainerImage.PackerExtended/commit/dda78b733498b8cc1d48e96dc5630554828e6d62))

6814
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": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^14.0.0",
"semantic-release": "^24.0.0"
}
}