Skip to content

Commit 6c6a74b

Browse files
0-vortexTMCB-SPACE
authored andcommitted
chore(minor): release 1.0.0 [skip ci]
## 1.0.0 (2023-11-14) ### 🍕 Features * initial commit, npm and github actions setup ([2efac42](2efac42))
1 parent 2efac42 commit 6c6a74b

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 📦 tmcb-space/conventional-commit 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.0 (2023-11-14)
9+
10+
11+
### 🍕 Features
12+
13+
* initial commit, npm and github actions setup ([2efac42](https://github.com/TMCB-SPACE/conventional-commit/commit/2efac42c6e5d6385c58807c96a10fa7e9a0b4ee1))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tmcb/conventional-commit",
33
"description": "Git commit binary powered by commitizen with conventional commit standard",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"bin": {
77
"conventional-commit": "index.js"

0 commit comments

Comments
 (0)