Skip to content

Commit 1c5e4db

Browse files
chore(release): 1.19.8 [skip ci]
Includes auto-generated README and updated coverage badges ## [1.19.8](v1.19.7...v1.19.8) (2025-06-12) ### Bug Fixes * use correct GitHub organization case for scoped package ([26a8002](26a8002))
1 parent 26a8002 commit 1c5e4db

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.19.8](https://github.com/ExaDev/markmv/compare/v1.19.7...v1.19.8) (2025-06-12)
2+
3+
### Bug Fixes
4+
5+
* use correct GitHub organization case for scoped package ([26a8002](https://github.com/ExaDev/markmv/commit/26a80020ba24dadafce129373e4430d43b7156f4))
6+
17
## [1.19.7](https://github.com/ExaDev/markmv/compare/v1.19.6...v1.19.7) (2025-06-12)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ npx markmv --help
99
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
1010
[![Node.js Version](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen)](https://nodejs.org/)
1111
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue)](https://www.typescriptlang.org/)
12-
[![Test Coverage](https://img.shields.io/badge/coverage-78.58-yellow.svg)](https://github.com/ExaDev/markmv/commit/588815630610a8c9e91633d2635416d795c82c78)
13-
[![Documentation Coverage](https://img.shields.io/badge/docs-98.8-brightgreen.svg)](https://github.com/ExaDev/markmv/commit/588815630610a8c9e91633d2635416d795c82c78)
12+
[![Test Coverage](https://img.shields.io/badge/coverage-78.58-yellow.svg)](https://github.com/ExaDev/markmv/commit/26a80020ba24dadafce129373e4430d43b7156f4)
13+
[![Documentation Coverage](https://img.shields.io/badge/docs-98.8-brightgreen.svg)](https://github.com/ExaDev/markmv/commit/26a80020ba24dadafce129373e4430d43b7156f4)
1414

1515
> TypeScript CLI for markdown file operations with intelligent link refactoring
1616

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markmv",
3-
"version": "1.19.7",
3+
"version": "1.19.8",
44
"description": "TypeScript CLI for markdown file operations with intelligent link refactoring",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)