diff --git a/packages/remark-capitalize-headings/CHANGELOG.md b/packages/remark-capitalize-headings/CHANGELOG.md index bee7621..b5e86fb 100644 --- a/packages/remark-capitalize-headings/CHANGELOG.md +++ b/packages/remark-capitalize-headings/CHANGELOG.md @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this auto-generated file. The format is based on [Conventional Commits][1]; this project adheres to [Semantic Versioning][2]. -## [2.0.0][3] (2023-11-30) +### [2.0.1][3] (2023-11-30) + +#### ⚙️ Build System + +- **packages/remark-capitalize-headings:** add missing `excludeHeadingText` + example to docs ([8264348][4]) + +## [2.0.0][5] (2023-11-30) ### 💥 Breaking Changes 💥 @@ -15,105 +22,109 @@ file. The format is based on [Conventional Commits][1]; this project adheres to #### ✨ Features -- Add `excludeHeadingText` functionality ([b887b05][4]) +- Add `excludeHeadingText` functionality ([b887b05][6]) #### ⚙️ Build System - **package:** add strip-ansi devdep; force update of unified-args to 11.0.1 - ([150abb4][5]) -- Update all plugins to work with unified@>=11 ([fe98b3c][6]) + ([150abb4][7]) +- Update all plugins to work with unified@>=11 ([fe98b3c][8]) #### 🧙🏿 Refactored -- **package:** bumped minimum node version to maintained ([364aced][7]) +- **package:** bumped minimum node version to maintained ([364aced][9]) -### [1.0.3][8] (2023-01-29) +### [1.0.3][10] (2023-01-29) #### ⚙️ Build System -- Stabilize build process ([6994784][9]) +- Stabilize build process ([6994784][11]) -### [1.0.2][10] (2023-01-04) +### [1.0.2][12] (2023-01-04) #### ⚙️ Build System -- **packages:** update maintainence badge ([4cbf746][11]) +- **packages:** update maintainence badge ([4cbf746][13]) #### 🔥 Reverted - _"test: replace remark-remove-comments with - @xunnamius/remark-remove-comments"_ ([2395903][12]) + @xunnamius/remark-remove-comments"_ ([2395903][14]) -### [1.0.1][13] (2022-12-06) +### [1.0.1][15] (2022-12-06) #### 🪄 Fixes - **packages/remark-capitalize-headings:** use easier to understand examples - ([1311199][14]) + ([1311199][16]) -## [1.0.0][15] (2022-10-28) +## [1.0.0][17] (2022-10-28) #### ✨ Features -- **packages/remark-capitalize-headings:** add new package ([97e7ef3][16]) +- **packages/remark-capitalize-headings:** add new package ([97e7ef3][18]) #### ⚙️ Build System -- Add all-contributors ([84bff68][17]) -- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][18]) -- **package:** add doctoc to npm format script ([112d42c][19]) -- **package:** defer to jest.config.js for coverage options ([05cd09e][20]) -- **package:** fix npm test script jest invocations ([a2ccf80][21]) -- **package:** update core npm format script ([c9d61ba][22]) -- **package:** use actual test ignore regex pattern ([6358888][23]) -- Update core build toolchain ([19243d6][24]) -- Update core lint npm script; add lint:all npm script ([bd84d8f][25]) +- Add all-contributors ([84bff68][19]) +- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][20]) +- **package:** add doctoc to npm format script ([112d42c][21]) +- **package:** defer to jest.config.js for coverage options ([05cd09e][22]) +- **package:** fix npm test script jest invocations ([a2ccf80][23]) +- **package:** update core npm format script ([c9d61ba][24]) +- **package:** use actual test ignore regex pattern ([6358888][25]) +- Update core build toolchain ([19243d6][26]) +- Update core lint npm script; add lint:all npm script ([bd84d8f][27]) [1]: https://conventionalcommits.org [2]: https://semver.org [3]: - https://github.com/Xunnamius/unified-utils/compare/remark-capitalize-headings@1.0.3...remark-capitalize-headings@2.0.0 + https://github.com/Xunnamius/unified-utils/compare/remark-capitalize-headings@2.0.0...remark-capitalize-headings@2.0.1 [4]: - https://github.com/Xunnamius/unified-utils/commit/b887b05deaa81f5c600e0a30c8bf949cafde54b9 + https://github.com/Xunnamius/unified-utils/commit/826434899d23711a6f7e306e7d1d86fe053b09e3 [5]: - https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1 + https://github.com/Xunnamius/unified-utils/compare/remark-capitalize-headings@1.0.3...remark-capitalize-headings@2.0.0 [6]: - https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b + https://github.com/Xunnamius/unified-utils/commit/b887b05deaa81f5c600e0a30c8bf949cafde54b9 [7]: - https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f + https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1 [8]: - https://github.com/Xunnamius/unified-utils/compare/remark-capitalize-headings@1.0.2...remark-capitalize-headings@1.0.3 + https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b [9]: - https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b + https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f [10]: - https://github.com/Xunnamius/unified-utils/compare/remark-capitalize-headings@1.0.1...remark-capitalize-headings@1.0.2 + https://github.com/Xunnamius/unified-utils/compare/remark-capitalize-headings@1.0.2...remark-capitalize-headings@1.0.3 [11]: - https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54 + https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b [12]: - https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf + https://github.com/Xunnamius/unified-utils/compare/remark-capitalize-headings@1.0.1...remark-capitalize-headings@1.0.2 [13]: - https://github.com/Xunnamius/unified-utils/compare/remark-capitalize-headings@1.0.0...remark-capitalize-headings@1.0.1 + https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54 [14]: - https://github.com/Xunnamius/unified-utils/commit/1311199e584bd9a867e448ab69e8507c3e768183 + https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf [15]: - https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-capitalize-headings@1.0.0 + https://github.com/Xunnamius/unified-utils/compare/remark-capitalize-headings@1.0.0...remark-capitalize-headings@1.0.1 [16]: - https://github.com/Xunnamius/unified-utils/commit/97e7ef33888a54b4fadff9a67684e3f63ed3786c + https://github.com/Xunnamius/unified-utils/commit/1311199e584bd9a867e448ab69e8507c3e768183 [17]: - https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473 + https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-capitalize-headings@1.0.0 [18]: - https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e + https://github.com/Xunnamius/unified-utils/commit/97e7ef33888a54b4fadff9a67684e3f63ed3786c [19]: - https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c + https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473 [20]: - https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6 + https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e [21]: - https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f + https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c [22]: - https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9 + https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6 [23]: - https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811 + https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f [24]: - https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b + https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9 [25]: + https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811 +[26]: + https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b +[27]: https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a diff --git a/packages/remark-capitalize-headings/docs/README.md b/packages/remark-capitalize-headings/docs/README.md index 3f29353..2b79c36 100644 --- a/packages/remark-capitalize-headings/docs/README.md +++ b/packages/remark-capitalize-headings/docs/README.md @@ -31,7 +31,7 @@ Options type for the remark-remove-url-trailing-slash plugin. #### Defined in -[packages/remark-capitalize-headings/src/index.ts:12](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-capitalize-headings/src/index.ts#L12) +[packages/remark-capitalize-headings/src/index.ts:12](https://github.com/Xunnamius/unified-utils/blob/8264348/packages/remark-capitalize-headings/src/index.ts#L12) ## Functions diff --git a/packages/remark-capitalize-headings/package.json b/packages/remark-capitalize-headings/package.json index e62ca56..81aa0f2 100644 --- a/packages/remark-capitalize-headings/package.json +++ b/packages/remark-capitalize-headings/package.json @@ -1,6 +1,6 @@ { "name": "remark-capitalize-headings", - "version": "2.0.0", + "version": "2.0.1", "description": "remark plugin that selectively transforms headings using vercel's title package", "keywords": [ "unified",