diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 033186b..1a58e4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.0" + ".": "4.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f32b06d..4f72ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 4.1.1 (2024-02-21) + +## What's Changed +* build(deps): bump ubuntu from `6042500` to `e6173d4` by @dependabot in https://github.com/bugbundle/texdora/pull/8 +* build(deps): bump docker/metadata-action from 5.4.0 to 5.5.1 by @dependabot in https://github.com/bugbundle/texdora/pull/10 +* build(deps): bump ubuntu from `e6173d4` to `e9569c2` by @dependabot in https://github.com/bugbundle/texdora/pull/9 + +## New Contributors +* @dependabot made their first contribution in https://github.com/bugbundle/texdora/pull/8 + +**Full Changelog**: https://github.com/bugbundle/texdora/compare/v4.1.0...v4.1.1 + ## [4.1.0](https://github.com/bugbundle/texdora/compare/v4.0.3...v4.1.0) (2024-01-05) diff --git a/README.md b/README.md index 6a3547e..f918cef 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ jobs: compile: runs-on: ubuntu-latest steps: - - uses: bugbundle/texdora@v4.1.0 + - uses: bugbundle/texdora@v4.1.1 ``` An alternative would be to use it directly as a docker image: @@ -22,7 +22,7 @@ An alternative would be to use it directly as a docker image: jobs: build: runs-on: ubuntu-latest - container: docker://ghcr.io/bugbundle/texdora@v4.1.0 + container: docker://ghcr.io/bugbundle/texdora@v4.1.1 steps: - uses: actions/checkout@v4 - run: make papers.pdf diff --git a/action.yml b/action.yml index fba6e56..3963ef1 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/bugbundle/texdora:v4.1.0' # x-release-please-version + image: 'docker://ghcr.io/bugbundle/texdora:v4.1.1' # x-release-please-version entrypoint: /usr/bin/make args: - "${{ inputs.target }}"