Skip to content

Commit

Permalink
release: [email protected] [skip ci]
Browse files Browse the repository at this point in the history
## 1.0.0 (2022-10-21)

#### ⚙️ Build system

* **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee](fa4f9ee))
* **package:** add doctoc to npm format script ([112d42c](112d42c))
* **package:** defer to jest.config.js for coverage options ([05cd09e](05cd09e))
* **package:** use actual test ignore regex pattern ([6358888](6358888))
* 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 1f6ac0a commit e3bbde3
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
33 changes: 28 additions & 5 deletions packages/remark-tight-comments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/remark-tight-comments/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e3bbde3

Please sign in to comment.