Skip to content

Commit ec77d94

Browse files
0-vortexopen-sauced[bot]
authored andcommittedDec 10, 2021
chore(patch): release 1.0.3 [skip ci]
### [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))
1 parent 6f609a9 commit ec77d94

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed
 

‎CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 📦 bdougie/octoherd-script-validate-contribution changelog
2+
3+
[![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
4+
[![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org)
5+
6+
> All notable changes to this project will be documented in this file
7+
8+
### [1.0.3](https://github.com/bdougie/octoherd-script-validate-contribution/compare/v1.0.2...v1.0.3) (2021-12-10)
9+
10+
11+
### 🧑‍💻 Code Refactoring
12+
13+
* 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))
14+
15+
16+
### 🐛 Bug Fixes
17+
18+
* 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))
19+
* 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))
20+
* 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))
21+
* 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))

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "octoherd-script-validate-contribution",
3-
"version": "0.0.0-development",
3+
"version": "1.0.3",
44
"type": "module",
55
"exports": "./script.js",
66
"bin": {

0 commit comments

Comments
 (0)