Skip to content

Commit 354be22

Browse files
committed
release: [email protected] [skip ci]
### [1.0.1](https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.1) (2022-12-06) #### 🪄 Fixes * **packages/remark-capitalize-headings:** use easier to understand examples ([1311199](1311199))
1 parent 6398304 commit 354be22

File tree

2 files changed

+31
-36
lines changed

2 files changed

+31
-36
lines changed

packages/remark-capitalize-headings/CHANGELOG.md

+30-35
Original file line numberDiff line numberDiff line change
@@ -4,61 +4,56 @@ All notable changes to this project will be documented in this auto-generated
44
file. The format is based on [Conventional Commits][1]; this project adheres to
55
[Semantic Versioning][2].
66

7-
## 1.0.0 (2022-10-28)
7+
### [1.0.1][3] (2022-12-06)
88

9-
#### ✨ Features
10-
11-
- **packages/remark-capitalize-headings:** add new package ([97e7ef3][3])
12-
13-
#### ⚙️ Build System
9+
#### 🪄 Fixes
1410

15-
- Add all-contributors ([84bff68][4])
16-
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][5])
17-
- **package:** add doctoc to npm format script ([112d42c][6])
18-
- **package:** defer to jest.config.js for coverage options ([05cd09e][7])
19-
- **package:** fix npm test script jest invocations ([a2ccf80][8])
20-
- **package:** update core npm format script ([c9d61ba][9])
21-
- **package:** use actual test ignore regex pattern ([6358888][10])
22-
- Update core build toolchain ([19243d6][11])
23-
- Update core lint npm script; add lint:all npm script ([bd84d8f][12])
11+
- **packages/remark-capitalize-headings:** use easier to understand examples
12+
([1311199][4])
2413

25-
## 0.0.0-Semantic (2022-10-28)
14+
## [1.0.0][5] (2022-10-28)
2615

2716
#### ✨ Features
2817

29-
- **packages/remark-capitalize-headings:** add new package ([97e7ef3][3])
18+
- **packages/remark-capitalize-headings:** add new package ([97e7ef3][6])
3019

3120
#### ⚙️ Build System
3221

33-
- Add all-contributors ([84bff68][4])
34-
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][5])
35-
- **package:** add doctoc to npm format script ([112d42c][6])
36-
- **package:** defer to jest.config.js for coverage options ([05cd09e][7])
37-
- **package:** fix npm test script jest invocations ([a2ccf80][8])
38-
- **package:** update core npm format script ([c9d61ba][9])
39-
- **package:** use actual test ignore regex pattern ([6358888][10])
40-
- Update core build toolchain ([19243d6][11])
41-
- Update core lint npm script; add lint:all npm script ([bd84d8f][12])
22+
- Add all-contributors ([84bff68][7])
23+
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][8])
24+
- **package:** add doctoc to npm format script ([112d42c][9])
25+
- **package:** defer to jest.config.js for coverage options ([05cd09e][10])
26+
- **package:** fix npm test script jest invocations ([a2ccf80][11])
27+
- **package:** update core npm format script ([c9d61ba][12])
28+
- **package:** use actual test ignore regex pattern ([6358888][13])
29+
- Update core build toolchain ([19243d6][14])
30+
- Update core lint npm script; add lint:all npm script ([bd84d8f][15])
4231

4332
[1]: https://conventionalcommits.org
4433
[2]: https://semver.org
4534
[3]:
46-
https://github.com/Xunnamius/unified-utils/commit/97e7ef33888a54b4fadff9a67684e3f63ed3786c
35+
https://github.com/Xunnamius/unified-utils/compare/[email protected]@1.0.1
4736
[4]:
48-
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
37+
https://github.com/Xunnamius/unified-utils/commit/1311199e584bd9a867e448ab69e8507c3e768183
4938
[5]:
50-
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
39+
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-capitalize-headings@1.0.0
5140
[6]:
52-
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
41+
https://github.com/Xunnamius/unified-utils/commit/97e7ef33888a54b4fadff9a67684e3f63ed3786c
5342
[7]:
54-
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
43+
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
5544
[8]:
56-
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
45+
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
5746
[9]:
58-
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
47+
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
5948
[10]:
60-
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
49+
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
6150
[11]:
62-
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
51+
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
6352
[12]:
53+
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
54+
[13]:
55+
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
56+
[14]:
57+
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
58+
[15]:
6459
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a

packages/remark-capitalize-headings/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-capitalize-headings",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "remark plugin that selectively transforms headings using vercel's title package",
55
"keywords": [
66
"unified",

0 commit comments

Comments
 (0)