Skip to content

Commit e332003

Browse files
chore(release): 1.29.1 [skip ci]
Includes auto-generated README and updated coverage badges ## [1.29.1](v1.29.0...v1.29.1) (2025-07-30) ### Documentation * update CI badge workflow reference ([0fc892d](0fc892d)) ### Chores * ignore test-data directory ([7061388](7061388))
1 parent 0fc892d commit e332003

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.29.1](https://github.com/ExaDev/markmv/compare/v1.29.0...v1.29.1) (2025-07-30)
2+
3+
### Documentation
4+
5+
* update CI badge workflow reference ([0fc892d](https://github.com/ExaDev/markmv/commit/0fc892d0607ae25611b57e3eaa03c695ca723c76))
6+
7+
### Chores
8+
9+
* ignore test-data directory ([7061388](https://github.com/ExaDev/markmv/commit/706138808acc0dbf41c40cd9f361c5591037889c))
10+
111
## [1.29.0](https://github.com/ExaDev/markmv/compare/v1.28.0...v1.29.0) (2025-07-16)
212

313
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
npx markmv --help
55
```
66

7-
[![CI](https://github.com/ExaDev/markmv/actions/workflows/main.yml/badge.svg)](https://github.com/ExaDev/markmv/actions/workflows/main.yml)
7+
[![CI](https://github.com/ExaDev/markmv/actions/workflows/ci.yml/badge.svg)](https://github.com/ExaDev/markmv/actions/workflows/ci.yml)
88
[![npm version](https://badge.fury.io/js/markmv.svg)](https://badge.fury.io/js/markmv)
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/)

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.29.0",
3+
"version": "1.29.1",
44
"description": "TypeScript CLI for markdown file operations with intelligent link refactoring",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)