Skip to content

Commit 4e519f2

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-04-12) ### Bug Fixes * **main:** Fixed undefined when ticket is empty ([#13](#13)) ([80e819a](80e819a)) * **tools:** Replace git branch get name method ([#5](#5)) ([12feba8](12feba8)) * Merge pull request from Everduin94/everduin94/feat/1-improve-docs ([13bb314](13bb314)), closes [#1](#1) [#1](#1) * feat(tools)!: #1 This is an example commit ([6342aca](6342aca)), closes [#1](#1) [#1](#1) ### Features * **main:** [#10](#10) add hints to default types ([#11](#11)) ([ae97cd1](ae97cd1)) * **main:** [#14](#14) print commit output ([#15](#15)) ([86cbf0c](86cbf0c)) * **main:** Add "chore" type to defaults ([#18](#18)) ([396b985](396b985)) * **main:** add license and minor fixes ([#25](#25)) ([62deffb](62deffb)), closes [#22](#22) [#23](#23) [#24](#24) * **main:** custom scope prompt ([#21](#21)) ([858cce7](858cce7)), closes [#20](#20) * **main:** testing github action ([0c3a08a](0c3a08a)) * **main:** testing github action ([04966a3](04966a3)) * **main:** testing github workflow ([4baca59](4baca59)) * **tools:** [#3](#3) infer ticket/issue from branch ([#4](#4)) ([bae6601](bae6601)) * **tools:** added custom footer option ([#9](#9)) ([1df1d82](1df1d82)) * **tools:** Initial commit of better-commits to public repository ([21aa536](21aa536)) ### BREAKING CHANGES * Fake breaking change Making a fake breaking change as an example * Fake breaking change Making a fake breaking change as an example
1 parent 4baca59 commit 4e519f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-commits",
33
"private": false,
4-
"version": "1.1.1",
4+
"version": "1.0.0",
55
"description": "A CLI for creating better commits following the conventional commit guidelines",
66
"author": "Erik Verduin (https://github.com/everduin94)",
77
"keywords": [

0 commit comments

Comments
 (0)