Skip to content

Commit dbc52ac

Browse files
committed
release: [email protected] [skip ci]
## 1.0.0 (2022-10-30) #### ✨ Features * **packages/remark-lint-heading-word-length:** add new package ([c1ae1b2](c1ae1b2)) #### ⚙️ Build system * Add all-contributors ([84bff68](84bff68)) * **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)) * **package:** update core npm format script ([c9d61ba](c9d61ba)) * **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))
1 parent b9e1582 commit dbc52ac

File tree

2 files changed

+36
-31
lines changed

2 files changed

+36
-31
lines changed

Diff for: packages/remark-lint-heading-word-length/CHANGELOG.md

+35-30
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,61 @@ 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.1][3] (2022-10-29)
7+
## 1.0.0 (2022-10-30)
88

9-
#### 🪄 Fixes
9+
#### ✨ Features
10+
11+
- **packages/remark-lint-heading-word-length:** add new package ([c1ae1b2][3])
1012

11-
- **packages/remark-lint-heading-word-length:** use better existence guarantee
12-
for options object ([955c4f4][4])
13+
#### ⚙️ Build System
1314

14-
## [1.0.0][5] (2022-10-29)
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])
24+
25+
## 0.0.0-Semantic (2022-10-30)
1526

1627
#### ✨ Features
1728

18-
- **packages/remark-lint-heading-word-length:** add new package ([593cd60][6])
29+
- **packages/remark-lint-heading-word-length:** add new package ([c1ae1b2][3])
1930

2031
#### ⚙️ Build System
2132

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])
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])
3142

3243
[1]: https://conventionalcommits.org
3344
[2]: https://semver.org
3445
[3]:
35-
https://github.com/Xunnamius/unified-utils/compare/remark-lint-heading-word-length@[email protected]
46+
https://github.com/Xunnamius/unified-utils/commit/c1ae1b281111232a8017f02b8aac2a1f99a4a159
3647
[4]:
37-
https://github.com/Xunnamius/unified-utils/commit/955c4f498096c3c3e02cce788a0387ae1a85613f
38-
[5]:
39-
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-lint-heading-word-length@1.0.0
40-
[6]:
41-
https://github.com/Xunnamius/unified-utils/commit/593cd60c080725ec30073ab03fed26791c787f79
42-
[7]:
4348
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
44-
[8]:
49+
[5]:
4550
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
46-
[9]:
51+
[6]:
4752
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
48-
[10]:
53+
[7]:
4954
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
50-
[11]:
55+
[8]:
5156
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
52-
[12]:
57+
[9]:
5358
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
54-
[13]:
59+
[10]:
5560
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
56-
[14]:
61+
[11]:
5762
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
58-
[15]:
63+
[12]:
5964
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a

Diff for: packages/remark-lint-heading-word-length/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-lint-heading-word-length",
3-
"version": "0.0.0-semantic",
3+
"version": "1.0.0",
44
"description": "remark-lint rule to warn when headings have too many or too few words",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)