Skip to content

Commit

Permalink
chore(patch): release 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2024-03-01)

### 🐛 Bug Fixes

* correct naming collision ([8d5a966](8d5a966))
  • Loading branch information
0-vortex authored and theodore-morgan[bot] committed Mar 1, 2024
1 parent 8d5a966 commit 45485c9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 📦 0-vortex/gh-release-test-action changelog

[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)

> All notable changes to this project will be documented in this file
## [1.1.1](https://github.com/0-vortex/gh-release-test-action/compare/v1.1.0...v1.1.1) (2024-03-01)


### 🐛 Bug Fixes

* correct naming collision ([8d5a966](https://github.com/0-vortex/gh-release-test-action/commit/8d5a966a05c97074906028876030918089738602))

# 📦 0-vortex/gh-release-test changelog

[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ branding:
color: 'yellow'
runs:
using: 'docker'
image: 'docker://ghcr.io/0-vortex/gh-release-test-action:1.1.0'
image: 'docker://ghcr.io/0-vortex/gh-release-test-action:1.1.1'

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gh-release-test-action",
"description": "Node.js and docker github actions compatible semantic-release shareable config to publish to npmjs.com and ghcr.io",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"files": [
"release.config.js"
Expand Down

0 comments on commit 45485c9

Please sign in to comment.