Skip to content

Commit

Permalink
chore(patch): release 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.3](v1.0.2...v1.0.3) (2021-12-10)

### πŸ§‘β€πŸ’» Code Refactoring

* dummy commit for testing release ([#14](#14)) ([55a89d1](55a89d1))

### πŸ› Bug Fixes

* correct test status check re-triggering on main branch push ([#15](#15)) ([a571c00](a571c00))
* Loop only checked one issue at a time ([#11](#11)) ([4195831](4195831))
* make release work with alternative status checks ([#16](#16)) ([6f609a9](6f609a9))
* make semantic release work again ([#12](#12)) ([ba2baac](ba2baac))
  • Loading branch information
0-vortex authored and open-sauced[bot] committed Dec 10, 2021
1 parent 6f609a9 commit ec77d94
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,21 @@
# πŸ“¦ bdougie/octoherd-script-validate-contribution 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.0.3](https://github.com/bdougie/octoherd-script-validate-contribution/compare/v1.0.2...v1.0.3) (2021-12-10)


### πŸ§‘β€πŸ’» Code Refactoring

* dummy commit for testing release ([#14](https://github.com/bdougie/octoherd-script-validate-contribution/issues/14)) ([55a89d1](https://github.com/bdougie/octoherd-script-validate-contribution/commit/55a89d11471c468460624024fa88383b64e44567))


### πŸ› Bug Fixes

* correct test status check re-triggering on main branch push ([#15](https://github.com/bdougie/octoherd-script-validate-contribution/issues/15)) ([a571c00](https://github.com/bdougie/octoherd-script-validate-contribution/commit/a571c00f7fadc6df2965c41352740472eb2bbe5c))
* Loop only checked one issue at a time ([#11](https://github.com/bdougie/octoherd-script-validate-contribution/issues/11)) ([4195831](https://github.com/bdougie/octoherd-script-validate-contribution/commit/4195831723fde3e933a85b757112e227ba4901a3))
* make release work with alternative status checks ([#16](https://github.com/bdougie/octoherd-script-validate-contribution/issues/16)) ([6f609a9](https://github.com/bdougie/octoherd-script-validate-contribution/commit/6f609a943aef3824fe4c3e15498ef975b7c4c999))
* make semantic release work again ([#12](https://github.com/bdougie/octoherd-script-validate-contribution/issues/12)) ([ba2baac](https://github.com/bdougie/octoherd-script-validate-contribution/commit/ba2baac6c16c469d1a51c41db3b0ea2d60c05762))
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
@@ -1,6 +1,6 @@
{
"name": "octoherd-script-validate-contribution",
"version": "0.0.0-development",
"version": "1.0.3",
"type": "module",
"exports": "./script.js",
"bin": {
Expand Down

0 comments on commit ec77d94

Please sign in to comment.