-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: [email protected] [skip ci]
### [1.0.2](https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.2) (2022-10-22) #### ⚙️ Build system * **package:** fix npm test script jest invocations ([a2ccf80](a2ccf80)) * **packages/remark-ignore:** update dependency mdast-util-hidden to 1.0.1 ([f834b93](f834b93)) * **packages/remark-ignore:** update dependency mdast-util-hidden to 1.0.2 ([6b1b250](6b1b250))
- Loading branch information
Showing
2 changed files
with
45 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,68 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this auto-generated | ||
file. The format is based on [Conventional Commits][5]; this project adheres to | ||
[Semantic Versioning][6]. | ||
file. The format is based on [Conventional Commits][11]; this project adheres to | ||
[Semantic Versioning][12]. | ||
|
||
### [1.0.1][7] (2022-10-21) | ||
### [1.0.2][13] (2022-10-22) | ||
|
||
#### ⚙️ Build system | ||
|
||
- **package:** fix npm test script jest invocations ([a2ccf80][14]) | ||
- **packages/remark-ignore:** update dependency mdast-util-hidden to 1.0.1 | ||
([f834b93][15]) | ||
- **packages/remark-ignore:** update dependency mdast-util-hidden to 1.0.2 | ||
([6b1b250][16]) | ||
|
||
### [1.0.1][1] (2022-10-21) | ||
|
||
#### 🪄 Fixes | ||
|
||
- **packages/remark-ignore:** ensure types packages are included as dependencies | ||
([bcdf0a3][8]) | ||
([bcdf0a3][2]) | ||
|
||
#### ⚙️ 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][3]) | ||
- **package:** add doctoc to npm format script ([112d42c][4]) | ||
- Update core build toolchain ([19243d6][5]) | ||
- Update core lint npm script; add lint:all npm script ([bd84d8f][6]) | ||
|
||
## [1.0.0][1] (2022-10-19) | ||
## [1.0.0][7] (2022-10-19) | ||
|
||
#### ⚙️ Build system | ||
|
||
- **package:** defer to jest.config.js for coverage options ([05cd09e][2]) | ||
- **packages:** add node export condition to packages ([cfa7557][3]) | ||
- **package:** use actual test ignore regex pattern ([6358888][4]) | ||
- **package:** defer to jest.config.js for coverage options ([05cd09e][8]) | ||
- **packages:** add node export condition to packages ([cfa7557][9]) | ||
- **package:** use actual test ignore regex pattern ([6358888][10]) | ||
|
||
[1]: | ||
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...[email protected].0 | ||
https://github.com/Xunnamius/unified-utils/compare/[email protected]...[email protected].1 | ||
[2]: | ||
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6 | ||
https://github.com/Xunnamius/unified-utils/commit/bcdf0a3028c1bf1db1cf3f470dda01a362ccae0b | ||
[3]: | ||
https://github.com/Xunnamius/unified-utils/commit/cfa755794380abeda2748bb0a86f99b0bb136198 | ||
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e | ||
[4]: | ||
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811 | ||
[5]: https://conventionalcommits.org | ||
[6]: https://semver.org | ||
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c | ||
[5]: | ||
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b | ||
[6]: | ||
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a | ||
[7]: | ||
https://github.com/Xunnamius/unified-utils/compare/[email protected]...[email protected].1 | ||
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...[email protected].0 | ||
[8]: | ||
https://github.com/Xunnamius/unified-utils/commit/bcdf0a3028c1bf1db1cf3f470dda01a362ccae0b | ||
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6 | ||
[9]: | ||
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e | ||
https://github.com/Xunnamius/unified-utils/commit/cfa755794380abeda2748bb0a86f99b0bb136198 | ||
[10]: | ||
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c | ||
[11]: | ||
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b | ||
[12]: | ||
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a | ||
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811 | ||
[11]: https://conventionalcommits.org | ||
[12]: https://semver.org | ||
[13]: | ||
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.2 | ||
[14]: | ||
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f | ||
[15]: | ||
https://github.com/Xunnamius/unified-utils/commit/f834b93df1a103f1bbb28c67de9bb390c2d46fe0 | ||
[16]: | ||
https://github.com/Xunnamius/unified-utils/commit/6b1b250ee95563cd9e2e67f452ec1f2624f87ad1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters