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-22)

#### ✨ Features

* **packages/remark-renumber-references:** add remark-renumber-references package ([f0a1e28](f0a1e28))

#### ⚙️ 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:** fix npm test script jest invocations ([a2ccf80](a2ccf80))
* **packages/remark-renumber-references:** update dependency mdast-util-hidden to 1.0.2 ([8896140](8896140))
* **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 22, 2022
1 parent a159172 commit 636b567
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 1 deletion.
64 changes: 64 additions & 0 deletions packages/remark-renumber-references/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Changelog

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

## 1.0.0 (2022-10-22)

#### ✨ Features

- **packages/remark-renumber-references:** add remark-renumber-references
package ([f0a1e28][1])

#### ⚙️ Build system

- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][2])
- **package:** add doctoc to npm format script ([112d42c][3])
- **package:** defer to jest.config.js for coverage options ([05cd09e][4])
- **package:** fix npm test script jest invocations ([a2ccf80][5])
- **packages/remark-renumber-references:** update dependency mdast-util-hidden
to 1.0.2 ([8896140][6])
- **package:** use actual test ignore regex pattern ([6358888][7])
- Update core build toolchain ([19243d6][8])
- Update core lint npm script; add lint:all npm script ([bd84d8f][9])

## 0.0.0-semantic (2022-10-22)

#### ✨ Features

- **packages/remark-renumber-references:** add remark-renumber-references
package ([f0a1e28][1])

#### ⚙️ Build system

- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][2])
- **package:** add doctoc to npm format script ([112d42c][3])
- **package:** defer to jest.config.js for coverage options ([05cd09e][4])
- **package:** fix npm test script jest invocations ([a2ccf80][5])
- **packages/remark-renumber-references:** update dependency mdast-util-hidden
to 1.0.2 ([8896140][6])
- **package:** use actual test ignore regex pattern ([6358888][7])
- Update core build toolchain ([19243d6][8])
- Update core lint npm script; add lint:all npm script ([bd84d8f][9])

[1]:
https://github.com/Xunnamius/unified-utils/commit/f0a1e28a31e019f0feec5275f8a95e2ce981e845
[2]:
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
[3]:
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
[4]:
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
[5]:
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
[6]:
https://github.com/Xunnamius/unified-utils/commit/88961407d21fc2f4e1f9714bfbbbebe6de9357fb
[7]:
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
[8]:
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
[9]:
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a
[10]: https://conventionalcommits.org
[11]: https://semver.org
2 changes: 1 addition & 1 deletion packages/remark-renumber-references/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-renumber-references",
"version": "0.0.0-semantic",
"version": "1.0.0",
"description": "remark plugin that renumbers numeric reference-style link ids contiguously starting from [1]",
"keywords": [
"unified",
Expand Down

0 comments on commit 636b567

Please sign in to comment.