From e3bbde3570fda481f5f8f24f9f2d50ec9da07fac Mon Sep 17 00:00:00 2001 From: "Xunnamius (Romulus)" Date: Thu, 20 Oct 2022 19:02:59 -0700 Subject: [PATCH] release: remark-tight-comments@1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 1.0.0 (2022-10-21) #### ⚙️ Build system * **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee](https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e)) * **package:** add doctoc to npm format script ([112d42c](https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c)) * **package:** defer to jest.config.js for coverage options ([05cd09e](https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6)) * **package:** use actual test ignore regex pattern ([6358888](https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811)) * Update core build toolchain ([19243d6](https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b)) * Update core lint npm script; add lint:all npm script ([bd84d8f](https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a)) --- packages/remark-tight-comments/CHANGELOG.md | 33 +++++++++++++++++---- packages/remark-tight-comments/package.json | 2 +- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/packages/remark-tight-comments/CHANGELOG.md b/packages/remark-tight-comments/CHANGELOG.md index d7cc525..7759a5e 100644 --- a/packages/remark-tight-comments/CHANGELOG.md +++ b/packages/remark-tight-comments/CHANGELOG.md @@ -1,19 +1,42 @@ # Changelog 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]. +file. The format is based on [Conventional Commits][7]; this project adheres to +[Semantic Versioning][8]. -## 0.0.0-semantic (2022-10-20) +## 1.0.0 (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]) -[1]: https://conventionalcommits.org -[2]: https://semver.org +## 0.0.0-semantic (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]) + +[1]: + https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e +[2]: + https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c [3]: https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6 [4]: https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811 +[5]: + https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b +[6]: + https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a +[7]: https://conventionalcommits.org +[8]: https://semver.org diff --git a/packages/remark-tight-comments/package.json b/packages/remark-tight-comments/package.json index 2283bc2..92e1fc5 100644 --- a/packages/remark-tight-comments/package.json +++ b/packages/remark-tight-comments/package.json @@ -1,6 +1,6 @@ { "name": "remark-tight-comments", - "version": "0.0.0-semantic", + "version": "1.0.0", "description": "remark plugin to selectively remove newlines around comments", "keywords": [ "unified",