diff --git a/packages/remark-remove-url-trailing-slash/CHANGELOG.md b/packages/remark-remove-url-trailing-slash/CHANGELOG.md new file mode 100644 index 0000000..5ab3182 --- /dev/null +++ b/packages/remark-remove-url-trailing-slash/CHANGELOG.md @@ -0,0 +1,74 @@ +# 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]. + +## 1.0.0 (2022-10-28) + +#### ✨ Features + +- **packages/remark-remove-url-trailing-slash:** add new package ([559dc36][3]) + +#### 🪄 Fixes + +- **packages:** ensure Options properties are optional ([48478e8][4]) + +#### ⚙️ Build System + +- Add all-contributors ([84bff68][5]) +- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][6]) +- **package:** add doctoc to npm format script ([112d42c][7]) +- **package:** defer to jest.config.js for coverage options ([05cd09e][8]) +- **package:** fix npm test script jest invocations ([a2ccf80][9]) +- **package:** update core npm format script ([c9d61ba][10]) +- **package:** use actual test ignore regex pattern ([6358888][11]) +- Update core build toolchain ([19243d6][12]) +- Update core lint npm script; add lint:all npm script ([bd84d8f][13]) + +## 0.0.0-Semantic (2022-10-28) + +#### ✨ Features + +- **packages/remark-remove-url-trailing-slash:** add new package ([559dc36][3]) + +#### 🪄 Fixes + +- **packages:** ensure Options properties are optional ([48478e8][4]) + +#### ⚙️ Build System + +- Add all-contributors ([84bff68][5]) +- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][6]) +- **package:** add doctoc to npm format script ([112d42c][7]) +- **package:** defer to jest.config.js for coverage options ([05cd09e][8]) +- **package:** fix npm test script jest invocations ([a2ccf80][9]) +- **package:** update core npm format script ([c9d61ba][10]) +- **package:** use actual test ignore regex pattern ([6358888][11]) +- Update core build toolchain ([19243d6][12]) +- Update core lint npm script; add lint:all npm script ([bd84d8f][13]) + +[1]: https://conventionalcommits.org +[2]: https://semver.org +[3]: + https://github.com/Xunnamius/unified-utils/commit/559dc366081816a680b6bbafbb610ef0b56494ae +[4]: + https://github.com/Xunnamius/unified-utils/commit/48478e8ea592171aadc86fe719310b50a2e6007e +[5]: + https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473 +[6]: + https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e +[7]: + https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c +[8]: + https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6 +[9]: + https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f +[10]: + https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9 +[11]: + https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811 +[12]: + https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b +[13]: + https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a diff --git a/packages/remark-remove-url-trailing-slash/package.json b/packages/remark-remove-url-trailing-slash/package.json index 3ba4821..9bed72d 100644 --- a/packages/remark-remove-url-trailing-slash/package.json +++ b/packages/remark-remove-url-trailing-slash/package.json @@ -1,6 +1,6 @@ { "name": "remark-remove-url-trailing-slash", - "version": "0.0.0-semantic", + "version": "1.0.0", "description": "remark plugin that removes trailing slashes from the ends of all URLs", "keywords": [ "unified",