Skip to content

Commit 0c0925f

Browse files
committed
chore(release): 0.2.0
1 parent 6ae7150 commit 0c0925f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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.2.0](https://github.com/SKalt/git-cc/compare/v0.1.3...v0.2.0) (2024-06-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* removes all public code except for pkg/parser
11+
12+
### Bug Fixes
13+
14+
* replace dangling references to pkg/ ([6ae7150](https://github.com/SKalt/git-cc/commit/6ae715071a352592297c57b0b4b60f9b939dc942))
15+
16+
17+
* move all not-intended-for-the-public dirs into ./internal ([43cf8e4](https://github.com/SKalt/git-cc/commit/43cf8e488c6cee66f831f671810dc24fecd48a92))
18+
519
### [0.1.3](https://github.com/SKalt/git-cc/compare/v0.1.2...v0.1.3) (2024-03-07)
620

721
### [0.1.2](https://github.com/SKalt/git-cc/compare/v0.1.1...v0.1.2) (2024-03-06)

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.1.3",
3+
"version": "0.2.0",
44
"description": "a git extension to help write conventional commits",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)