Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/commithelper-go.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/public-bikes-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-silver-yum.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/commithelper-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @naverpay/commithelper-go

## 1.0.0

### Major Changes

- 171da67: Initial major release with core features.

### Patch Changes

- 7912854: Modify main.go to handle unchanged commit messages without modification

PR: [Modify main.go to handle unchanged commit messages without modification](https://github.com/NaverPayDev/cli/pull/43)
2 changes: 1 addition & 1 deletion packages/commithelper-go/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/commithelper-go",
"version": "0.0.0",
"version": "1.0.0",
"description": "A CLI tool to assist with commit messages based on branch names and configuration.",
"bin": {
"commithelper-go": "bin/cli.js"
Expand Down
8 changes: 7 additions & 1 deletion packages/publint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# @naverpay/publint

## 1.0.0

### Major Changes

- a0300b9: create major release

## 0.0.6

### Patch Changes

- 8701371:
- 8701371:
- 에러 메시지 글로벌화
- 에러 로깅 제거

Expand Down
2 changes: 1 addition & 1 deletion packages/publint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@naverpay/publint",
"version": "0.0.6",
"version": "1.0.0",
"description": "",
"main": "dist/src/index.js",
"keywords": [],
Expand Down