Skip to content

Commit

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

#### ✨ Features

* **packages/mdast-util-hidden:** allow visitAndReveal to bail out of `false` is returned ([b8d34ed](b8d34ed))
  • Loading branch information
Xunnamius committed Oct 22, 2022
1 parent b01770e commit 89c7e12
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 33 deletions.
75 changes: 43 additions & 32 deletions packages/mdast-util-hidden/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,75 @@
# Changelog

All notable changes to this project will be documented in this auto-generated
file. The format is based on [Conventional Commits][11]; this project adheres to
[Semantic Versioning][12].
file. The format is based on [Conventional Commits][1]; this project adheres to
[Semantic Versioning][2].

### [1.0.2][13] (2022-10-22)
## [1.1.0][3] (2022-10-22)

#### ✨ Features

- **packages/mdast-util-hidden:** allow visitAndReveal to bail out of `false` is
returned ([b8d34ed][4])

### [1.0.2][5] (2022-10-22)

#### 🪄 Fixes

- **packages/mdast-util-hidden:** replace error throwing with asserts
([3e22f63][14])
([3e22f63][6])

#### ⚙️ Build system

- **package:** fix npm test script jest invocations ([a2ccf80][15])
- **package:** fix npm test script jest invocations ([a2ccf80][7])

### [1.0.1][1] (2022-10-21)
### [1.0.1][8] (2022-10-21)

#### ⚙️ Build system

- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][2])
- **package:** add doctoc to npm format script ([112d42c][3])
- Update core build toolchain ([19243d6][4])
- Update core lint npm script; add lint:all npm script ([bd84d8f][5])
- **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.0.0][6] (2022-10-16)
## [1.0.0][13] (2022-10-16)

#### ⚙️ Build system

- **package:** defer to jest.config.js for coverage options ([05cd09e][7])
- **package:** defer to jest.config.js for coverage options ([05cd09e][14])
- **packages/mdast-util-hidden:** update build process for this package
([946e4ce][8])
- **packages:** add node export condition to packages ([cfa7557][9])
- **package:** use actual test ignore regex pattern ([6358888][10])
([946e4ce][15])
- **packages:** add node export condition to packages ([cfa7557][16])
- **package:** use actual test ignore regex pattern ([6358888][17])

[1]:
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.1
[2]:
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
[1]: https://conventionalcommits.org
[2]: https://semver.org
[3]:
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.1.0
[4]:
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
https://github.com/Xunnamius/unified-utils/commit/b8d34ed4ed19491067b64ad45a4d1d3171cbb0e9
[5]:
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.2
[6]:
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...mdast-util-hidden@1.0.0
https://github.com/Xunnamius/unified-utils/commit/3e22f63406102a4242eec502ccfff9b9e017d399
[7]:
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
[8]:
https://github.com/Xunnamius/unified-utils/commit/946e4cea9ad076b444e56006db825174e34f2fc1
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.1
[9]:
https://github.com/Xunnamius/unified-utils/commit/cfa755794380abeda2748bb0a86f99b0bb136198
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
[10]:
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
[11]: https://conventionalcommits.org
[12]: https://semver.org
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
[13]:
https://github.com/Xunnamius/unified-utils/compare/[email protected]...[email protected].2
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...[email protected].0
[14]:
https://github.com/Xunnamius/unified-utils/commit/3e22f63406102a4242eec502ccfff9b9e017d399
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
[15]:
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
https://github.com/Xunnamius/unified-utils/commit/946e4cea9ad076b444e56006db825174e34f2fc1
[16]:
https://github.com/Xunnamius/unified-utils/commit/cfa755794380abeda2748bb0a86f99b0bb136198
[17]:
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
2 changes: 1 addition & 1 deletion packages/mdast-util-hidden/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdast-util-hidden",
"version": "1.0.2",
"version": "1.1.0",
"description": "mdast utility to selectively hide and reveal mdast nodes",
"keywords": [
"unist",
Expand Down

0 comments on commit 89c7e12

Please sign in to comment.