From 821f5b55b4991c4e91ce9fa37ec764f365f02e0f Mon Sep 17 00:00:00 2001 From: "Xunnamius (Romulus)" Date: Sat, 22 Oct 2022 08:36:05 -0700 Subject: [PATCH] release: remark-ignore@1.0.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [1.0.3](https://github.com/Xunnamius/unified-utils/compare/remark-ignore@1.0.2...remark-ignore@1.0.3) (2022-10-22) #### 🪄 Fixes * **packages:** fix broken tables of contents in various readme files ([f666393](https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba)) #### ⚙️ Build system * Add all-contributors ([84bff68](https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473)) * **packages/remark-ignore:** update dependency mdast-util-hidden to 1.1.0 ([87a9164](https://github.com/Xunnamius/unified-utils/commit/87a9164d59b636246771bfa76bd687487b0758dc)) * **packages/remark-ignore:** update dependency mdast-util-hidden to 1.1.1 ([d2d183f](https://github.com/Xunnamius/unified-utils/commit/d2d183fd804c45e8a43044f8b080ea2487916317)) --- packages/remark-ignore/CHANGELOG.md | 79 +++++++++++++++++++---------- packages/remark-ignore/package.json | 2 +- 2 files changed, 53 insertions(+), 28 deletions(-) diff --git a/packages/remark-ignore/CHANGELOG.md b/packages/remark-ignore/CHANGELOG.md index 62ff385..0d3d4db 100644 --- a/packages/remark-ignore/CHANGELOG.md +++ b/packages/remark-ignore/CHANGELOG.md @@ -4,65 +4,90 @@ 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]. -### [1.0.2][3] (2022-10-22) +### [1.0.3][3] (2022-10-22) + +#### 🪄 Fixes + +- **packages:** fix broken tables of contents in various readme files + ([f666393][4]) #### ⚙️ Build system -- **package:** fix npm test script jest invocations ([a2ccf80][4]) +- Add all-contributors ([84bff68][5]) +- **packages/remark-ignore:** update dependency mdast-util-hidden to 1.1.0 + ([87a9164][6]) +- **packages/remark-ignore:** update dependency mdast-util-hidden to 1.1.1 + ([d2d183f][7]) + +### [1.0.2][8] (2022-10-22) + +#### ⚙️ Build system + +- **package:** fix npm test script jest invocations ([a2ccf80][9]) - **packages/remark-ignore:** update dependency mdast-util-hidden to 1.0.1 - ([f834b93][5]) + ([f834b93][10]) - **packages/remark-ignore:** update dependency mdast-util-hidden to 1.0.2 - ([6b1b250][6]) + ([6b1b250][11]) -### [1.0.1][7] (2022-10-21) +### [1.0.1][12] (2022-10-21) #### 🪄 Fixes - **packages/remark-ignore:** ensure types packages are included as dependencies - ([bcdf0a3][8]) + ([bcdf0a3][13]) #### ⚙️ Build system -- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][9]) -- **package:** add doctoc to npm format script ([112d42c][10]) -- Update core build toolchain ([19243d6][11]) -- Update core lint npm script; add lint:all npm script ([bd84d8f][12]) +- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][14]) +- **package:** add doctoc to npm format script ([112d42c][15]) +- Update core build toolchain ([19243d6][16]) +- Update core lint npm script; add lint:all npm script ([bd84d8f][17]) -## [1.0.0][13] (2022-10-19) +## [1.0.0][18] (2022-10-19) #### ⚙️ Build system -- **package:** defer to jest.config.js for coverage options ([05cd09e][14]) -- **packages:** add node export condition to packages ([cfa7557][15]) -- **package:** use actual test ignore regex pattern ([6358888][16]) +- **package:** defer to jest.config.js for coverage options ([05cd09e][19]) +- **packages:** add node export condition to packages ([cfa7557][20]) +- **package:** use actual test ignore regex pattern ([6358888][21]) [1]: https://conventionalcommits.org [2]: https://semver.org [3]: - https://github.com/Xunnamius/unified-utils/compare/remark-ignore@1.0.1...remark-ignore@1.0.2 + https://github.com/Xunnamius/unified-utils/compare/remark-ignore@1.0.2...remark-ignore@1.0.3 [4]: - https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f + https://github.com/Xunnamius/unified-utils/commit/f6663933fe4a7d577956527efe752e18607262ba [5]: - https://github.com/Xunnamius/unified-utils/commit/f834b93df1a103f1bbb28c67de9bb390c2d46fe0 + https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473 [6]: - https://github.com/Xunnamius/unified-utils/commit/6b1b250ee95563cd9e2e67f452ec1f2624f87ad1 + https://github.com/Xunnamius/unified-utils/commit/87a9164d59b636246771bfa76bd687487b0758dc [7]: - https://github.com/Xunnamius/unified-utils/compare/remark-ignore@1.0.0...remark-ignore@1.0.1 + https://github.com/Xunnamius/unified-utils/commit/d2d183fd804c45e8a43044f8b080ea2487916317 [8]: - https://github.com/Xunnamius/unified-utils/commit/bcdf0a3028c1bf1db1cf3f470dda01a362ccae0b + https://github.com/Xunnamius/unified-utils/compare/remark-ignore@1.0.1...remark-ignore@1.0.2 [9]: - https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e + https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f [10]: - https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c + https://github.com/Xunnamius/unified-utils/commit/f834b93df1a103f1bbb28c67de9bb390c2d46fe0 [11]: - https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b + https://github.com/Xunnamius/unified-utils/commit/6b1b250ee95563cd9e2e67f452ec1f2624f87ad1 [12]: - https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a + https://github.com/Xunnamius/unified-utils/compare/remark-ignore@1.0.0...remark-ignore@1.0.1 [13]: - https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-ignore@1.0.0 + https://github.com/Xunnamius/unified-utils/commit/bcdf0a3028c1bf1db1cf3f470dda01a362ccae0b [14]: - https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6 + https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e [15]: - https://github.com/Xunnamius/unified-utils/commit/cfa755794380abeda2748bb0a86f99b0bb136198 + https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c [16]: + https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b +[17]: + https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a +[18]: + https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-ignore@1.0.0 +[19]: + https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6 +[20]: + https://github.com/Xunnamius/unified-utils/commit/cfa755794380abeda2748bb0a86f99b0bb136198 +[21]: https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811 diff --git a/packages/remark-ignore/package.json b/packages/remark-ignore/package.json index bc0aac3..77a5a98 100644 --- a/packages/remark-ignore/package.json +++ b/packages/remark-ignore/package.json @@ -1,6 +1,6 @@ { "name": "remark-ignore", - "version": "1.0.2", + "version": "1.0.3", "description": "remark plugin to exclude one or more nodes from transformation in the manner of \"prettier-ignore\" or \"instanbul ignore next\"", "keywords": [ "unified",