Skip to content

Commit 20b0e3b

Browse files
committed
chore(release): 0.1.0
1 parent 40a6f3e commit 20b0e3b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.1.0](https://github.com/SKalt/git-cc/compare/v0.0.19...v0.1.0) (2023-11-14)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* The license changed. However,
11+
the terms should be _mostly_ the same, i.e. free
12+
for noncommercial work or a short commercial
13+
trial.
14+
15+
### Features
16+
17+
* **cli:** add --init flag to initialize a config file ([bf594e0](https://github.com/SKalt/git-cc/commit/bf594e0f279b8ad7089d658a444894782f7b0ec6))
18+
* relicense to Polyform-Noncommercial OR Polyform-Free-trial OR COMMERCIAL ([40a6f3e](https://github.com/SKalt/git-cc/commit/40a6f3e11dc92288a73df31d697fbf11e4196c36))
19+
520
### [0.0.19](https://github.com/SKalt/git-cc/compare/v0.0.18...v0.0.19) (2023-08-01)
621

722

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-cc",
3-
"version": "0.0.19",
3+
"version": "0.1.0",
44
"description": "a git extension to help write conventional commits",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)