Skip to content

Commit ec1611e

Browse files
committed
Merge branch 'release/0.2.1'
2 parents 267c7ce + 9db2cfd commit ec1611e

File tree

6 files changed

+370
-726
lines changed

6 files changed

+370
-726
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/VChet/git-merged-branches/compare/0.2.0...0.2.1) (2025-04-22)
4+
5+
### Features
6+
7+
* **output:** suggest git delete commands for merged branches ([498cb0c](https://github.com/VChet/git-merged-branches/commit/498cb0c5b90e351e3eb6064c9bad933ec53d20ca))
8+
39
## [0.2.0](https://github.com/VChet/git-merged-branches/compare/0.1.2...0.2.0) (2025-04-16)
410

511
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm version](https://img.shields.io/npm/v/git-merged-branches)](https://www.npmjs.com/package/git-merged-branches)
44
[![build](https://github.com/VChet/git-merged-branches/actions/workflows/build.yml/badge.svg)](https://github.com/VChet/git-merged-branches/actions/workflows/build.yml)
55

6-
**git-merged-branches` is a command-line utility to view branches merged into a selected base branch (e.g., master or main).**
6+
**git-merged-branches is a command-line utility to view branches merged into a selected base branch (e.g., master or main).**
77

88
- CLI usage
99
- customizable via `package.json`

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git-merged-branches",
33
"description": "CLI tool to list all Git branches merged into a base branch with issue link formatting",
44
"type": "module",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"license": "MIT",
77
"author": {
88
"name": "VChet",
@@ -35,14 +35,14 @@
3535
"release": "dotenv release-it"
3636
},
3737
"devDependencies": {
38-
"@release-it/conventional-changelog": "^10.0.0",
38+
"@release-it/conventional-changelog": "^10.0.1",
3939
"@types/node": "^22.14.1",
4040
"dotenv-cli": "^8.0.0",
4141
"esbuild": "^0.25.2",
42-
"eslint": "^9.24.0",
42+
"eslint": "^9.25.1",
4343
"neostandard": "^0.12.1",
44-
"release-it": "^18.1.2",
44+
"release-it": "^19.0.1",
4545
"typescript": "^5.8.3",
46-
"vitest": "^3.1.1"
46+
"vitest": "^3.1.2"
4747
}
4848
}

0 commit comments

Comments
 (0)