File tree Expand file tree Collapse file tree 6 files changed +370
-726
lines changed Expand file tree Collapse file tree 6 files changed +370
-726
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments