Skip to content

Commit

Permalink
release: [email protected] [skip ci]
Browse files Browse the repository at this point in the history
### [1.0.1](https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.1) (2022-10-21)

#### 🪄 Fixes

* **packages/remark-ignore:** ensure types packages are included as dependencies ([bcdf0a3](bcdf0a3))

#### ⚙️ Build system

* **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee](fa4f9ee))
* **package:** add doctoc to npm format script ([112d42c](112d42c))
* Update core build toolchain ([19243d6](19243d6))
* Update core lint npm script; add lint:all npm script ([bd84d8f](bd84d8f))
  • Loading branch information
Xunnamius committed Oct 21, 2022
1 parent daf9604 commit c536c0a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 13 deletions.
50 changes: 38 additions & 12 deletions packages/remark-ignore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,50 @@
# 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][5]; this project adheres to
[Semantic Versioning][6].

## [1.0.0][3] (2022-10-19)
### [1.0.1][7] (2022-10-21)

#### 🪄 Fixes

- **packages/remark-ignore:** ensure types packages are included as dependencies
([bcdf0a3][8])

#### ⚙️ Build system

- **package:** defer to jest.config.js for coverage options ([05cd09e][4])
- **packages:** add node export condition to packages ([cfa7557][5])
- **package:** use actual test ignore regex pattern ([6358888][6])
- **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])

[1]: https://conventionalcommits.org
[2]: https://semver.org
[3]:
## [1.0.0][1] (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])

[1]:
https://github.com/Xunnamius/unified-utils/compare/[email protected]
[4]:
[2]:
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
[5]:
[3]:
https://github.com/Xunnamius/unified-utils/commit/cfa755794380abeda2748bb0a86f99b0bb136198
[6]:
[4]:
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
[5]: https://conventionalcommits.org
[6]: https://semver.org
[7]:
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.1
[8]:
https://github.com/Xunnamius/unified-utils/commit/bcdf0a3028c1bf1db1cf3f470dda01a362ccae0b
[9]:
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
[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
2 changes: 1 addition & 1 deletion packages/remark-ignore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-ignore",
"version": "1.0.0",
"version": "1.0.1",
"description": "remark plugin to exclude one or more nodes from transformation in the manner of \"prettier-ignore\" or \"instanbul ignore next\"",
"keywords": [
"unified",
Expand Down

0 comments on commit c536c0a

Please sign in to comment.