Skip to content

Commit ce22cd8

Browse files
Merge pull request #95 from technote-space/release/next-v2.6.0
release: v2.6.1
2 parents 13d965b + afcdac5 commit ce22cd8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@technote-space/doctoc",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Generates TOC for markdown files of local git repo.",
55
"keywords": [
66
"github",
@@ -60,7 +60,7 @@
6060
"@rollup/plugin-typescript": "^10.0.1",
6161
"@sindresorhus/tsconfig": "^3.0.1",
6262
"@textlint/ast-node-types": "^12.2.2",
63-
"@types/node": "^18.11.11",
63+
"@types/node": "^18.11.12",
6464
"@typescript-eslint/eslint-plugin": "^5.46.0",
6565
"@typescript-eslint/parser": "^5.46.0",
6666
"@vitest/coverage-c8": "^0.25.6",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export {
55
CLOSING_COMMENT,
66
CHECK_OPENING_COMMENT,
77
CHECK_CLOSING_COMMENT,
8+
CHECK_SKIP_COMMENT,
89
DEFAULT_TITLE,
910
MARKDOWN_EXTENSIONS,
1011
IGNORED_DIRS,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,10 @@
405405
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
406406
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
407407

408-
"@types/node@*", "@types/node@^18.11.11":
409-
version "18.11.11"
410-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.11.tgz#1d455ac0211549a8409d3cdb371cd55cc971e8dc"
411-
integrity sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==
408+
"@types/node@*", "@types/node@^18.11.12":
409+
version "18.11.12"
410+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.12.tgz#89e7f8aa8c88abf432f9bd594888144d7dba10aa"
411+
integrity sha512-FgD3NtTAKvyMmD44T07zz2fEf+OKwutgBCEVM8GcvMGVGaDktiLNTDvPwC/LUe3PinMW+X6CuLOF2Ui1mAlSXg==
412412

413413
"@types/node@^14.0.0":
414414
version "14.18.34"

0 commit comments

Comments
 (0)