Skip to content

Commit a67928e

Browse files
chore(release): 1.27.0 [skip ci]
Includes auto-generated README and updated coverage badges ## [1.27.0](v1.26.2...v1.27.0) (2025-07-16) ### Features * add table of contents generation to index command ([#28](#28)) ([6bd9679](6bd9679)), closes [#27](#27) ### Styles * auto-fix linting issues ([bb0b951](bb0b951))
1 parent bb0b951 commit a67928e

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.27.0](https://github.com/ExaDev/markmv/compare/v1.26.2...v1.27.0) (2025-07-16)
2+
3+
### Features
4+
5+
* add table of contents generation to index command ([#28](https://github.com/ExaDev/markmv/issues/28)) ([6bd9679](https://github.com/ExaDev/markmv/commit/6bd9679fa8e1c5c04ee116680482a052e5907bb9)), closes [#27](https://github.com/ExaDev/markmv/issues/27)
6+
7+
### Styles
8+
9+
* auto-fix linting issues ([bb0b951](https://github.com/ExaDev/markmv/commit/bb0b9513b9bd7a837950d6c418a133a3512226c7))
10+
111
## [1.26.2](https://github.com/ExaDev/markmv/compare/v1.26.1...v1.26.2) (2025-06-16)
212

313
### Bug Fixes

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ options. Supports dry run mode, verbose output, and various conversion strategie
165165
function indexCommand(directory: undefined | string, cliOptions: IndexCliOptions): Promise<void>;
166166
```
167167

168-
Defined in: [commands/index.ts:131](https://github.com/ExaDev/markmv/blob/main/src/commands/index.ts#L131)
168+
Defined in: [commands/index.ts:140](https://github.com/ExaDev/markmv/blob/main/src/commands/index.ts#L140)
169169

170170
CLI command handler for generating documentation indexes.
171171

@@ -193,7 +193,7 @@ multiple index types including links, imports, embeds, and hybrid modes.
193193
function createMarkMv(): FileOperations;
194194
```
195195

196-
Defined in: [index.ts:146](https://github.com/ExaDev/markmv/blob/main/src/index.ts#L146)
196+
Defined in: [index.ts:148](https://github.com/ExaDev/markmv/blob/main/src/index.ts#L148)
197197

198198
Main entry point for the markmv library
199199

@@ -226,7 +226,7 @@ function moveFile(
226226
options: MoveOperationOptions): Promise<OperationResult>;
227227
```
228228

229-
Defined in: [index.ts:170](https://github.com/ExaDev/markmv/blob/main/src/index.ts#L170)
229+
Defined in: [index.ts:172](https://github.com/ExaDev/markmv/blob/main/src/index.ts#L172)
230230

231231
Convenience function for moving a single markdown file
232232

@@ -274,7 +274,7 @@ Promise resolving to operation result
274274
function moveFiles(moves: object[], options: MoveOperationOptions): Promise<OperationResult>;
275275
```
276276

277-
Defined in: [index.ts:199](https://github.com/ExaDev/markmv/blob/main/src/index.ts#L199)
277+
Defined in: [index.ts:201](https://github.com/ExaDev/markmv/blob/main/src/index.ts#L201)
278278

279279
Convenience function for moving multiple markdown files
280280

@@ -321,7 +321,7 @@ function validateOperation(result: OperationResult): Promise<{
321321
}>;
322322
```
323323

324-
Defined in: [index.ts:228](https://github.com/ExaDev/markmv/blob/main/src/index.ts#L228)
324+
Defined in: [index.ts:230](https://github.com/ExaDev/markmv/blob/main/src/index.ts#L230)
325325

326326
Convenience function for validating markdown file operations
327327

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.26.2",
3+
"version": "1.27.0",
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)