diff --git a/packages/remark-tight-comments/CHANGELOG.md b/packages/remark-tight-comments/CHANGELOG.md index 7759a5e..da7a3c1 100644 --- a/packages/remark-tight-comments/CHANGELOG.md +++ b/packages/remark-tight-comments/CHANGELOG.md @@ -1,42 +1,58 @@ # Changelog All notable changes to this project will be documented in this auto-generated -file. The format is based on [Conventional Commits][7]; this project adheres to -[Semantic Versioning][8]. +file. The format is based on [Conventional Commits][8]; this project adheres to +[Semantic Versioning][9]. -## 1.0.0 (2022-10-21) +### [1.0.1][10] (2022-10-22) + +#### 🪄 Fixes + +- **packages/remark-tight-comments:** ensure structure is consistent across + remark packages ([9b0af07][11]) +- **packages/remark-tight-comments:** remove erroneous typesVersions exports + ([6a1dc4a][12]) #### ⚙️ Build system -- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][1]) -- **package:** add doctoc to npm format script ([112d42c][2]) -- **package:** defer to jest.config.js for coverage options ([05cd09e][3]) -- **package:** use actual test ignore regex pattern ([6358888][4]) -- Update core build toolchain ([19243d6][5]) -- Update core lint npm script; add lint:all npm script ([bd84d8f][6]) +- **package:** fix npm test script jest invocations ([a2ccf80][13]) +- **packages/remark-tight-comments:** update dependency + mdast-util-tight-comments to 1.0.1 ([0da0d8d][14]) -## 0.0.0-semantic (2022-10-21) +## [1.0.0][1] (2022-10-21) #### ⚙️ Build system -- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][1]) -- **package:** add doctoc to npm format script ([112d42c][2]) -- **package:** defer to jest.config.js for coverage options ([05cd09e][3]) -- **package:** use actual test ignore regex pattern ([6358888][4]) -- Update core build toolchain ([19243d6][5]) -- Update core lint npm script; add lint:all npm script ([bd84d8f][6]) +- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][2]) +- **package:** add doctoc to npm format script ([112d42c][3]) +- **package:** defer to jest.config.js for coverage options ([05cd09e][4]) +- **package:** use actual test ignore regex pattern ([6358888][5]) +- Update core build toolchain ([19243d6][6]) +- Update core lint npm script; add lint:all npm script ([bd84d8f][7]) [1]: - https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e + https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-tight-comments@1.0.0 [2]: - https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c + https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e [3]: - https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6 + https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c [4]: - https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811 + https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6 [5]: - https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b + https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811 [6]: + https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b +[7]: https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a -[7]: https://conventionalcommits.org -[8]: https://semver.org +[8]: https://conventionalcommits.org +[9]: https://semver.org +[10]: + https://github.com/Xunnamius/unified-utils/compare/remark-tight-comments@1.0.0...remark-tight-comments@1.0.1 +[11]: + https://github.com/Xunnamius/unified-utils/commit/9b0af07b6f119bbbe6ac2da42d9dadb9ca2a999b +[12]: + https://github.com/Xunnamius/unified-utils/commit/6a1dc4a17e89f296ac67837ba175512877a0aa07 +[13]: + https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f +[14]: + https://github.com/Xunnamius/unified-utils/commit/0da0d8d3dc8aabed621d7fd6d4883aa772bf77e6 diff --git a/packages/remark-tight-comments/package.json b/packages/remark-tight-comments/package.json index 96e892e..64130b9 100644 --- a/packages/remark-tight-comments/package.json +++ b/packages/remark-tight-comments/package.json @@ -1,6 +1,6 @@ { "name": "remark-tight-comments", - "version": "1.0.0", + "version": "1.0.1", "description": "remark plugin to selectively remove newlines around comments", "keywords": [ "unified",