[go: up one dir, main page]

Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SKalt committed Jun 2, 2024
1 parent 6ae7150 commit 0c0925f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [0.2.0](https://github.com/SKalt/git-cc/compare/v0.1.3...v0.2.0) (2024-06-02)


### ⚠ BREAKING CHANGES

* removes all public code except for pkg/parser

### Bug Fixes

* replace dangling references to pkg/ ([6ae7150](https://github.com/SKalt/git-cc/commit/6ae715071a352592297c57b0b4b60f9b939dc942))


* move all not-intended-for-the-public dirs into ./internal ([43cf8e4](https://github.com/SKalt/git-cc/commit/43cf8e488c6cee66f831f671810dc24fecd48a92))

### [0.1.3](https://github.com/SKalt/git-cc/compare/v0.1.2...v0.1.3) (2024-03-07)

### [0.1.2](https://github.com/SKalt/git-cc/compare/v0.1.1...v0.1.2) (2024-03-06)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-cc",
"version": "0.1.3",
"version": "0.2.0",
"description": "a git extension to help write conventional commits",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 0c0925f

Please sign in to comment.