Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Commit 3f4adc7

Browse files
chore(release): 1.1.12 [skip ci]
## [1.1.12](1.1.11...1.1.12) (2023-07-02) ### Bug Fixes * ensure action.yml is updated for new versions ([7a61ee9](7a61ee9))
1 parent 7a61ee9 commit 3f4adc7

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.12](https://github.com/eXaminator/foundry-auto-release/compare/1.1.11...1.1.12) (2023-07-02)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure action.yml is updated for new versions ([7a61ee9](https://github.com/eXaminator/foundry-auto-release/commit/7a61ee96d1886b5c5dc1ab63f06a3134a0218df6))
7+
18
## [1.1.11](https://github.com/eXaminator/foundry-auto-release/compare/1.1.10...1.1.11) (2023-07-02)
29

310

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
required: true
1616
runs:
1717
using: 'docker'
18-
image: docker://examinator/foundry-auto-release:latest
18+
image: docker://examinator/foundry-auto-release:1.1.12
1919
args:
2020
- ${{ inputs.manifest-path }}
2121
- ${{ inputs.package-id }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foundry-auto-release",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"description": "",
55
"private": true,
66
"main": "src/index.js",

0 commit comments

Comments
 (0)