Skip to content

Commit 953145e

Browse files
committed
release: [email protected] [skip ci]
## 1.0.0 (2022-10-29) #### ✨ Features * **packages/remark-lint-list-item-style:** add new package ([83d8215](83d8215)) #### ⚙️ 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 7337da0 commit 953145e

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this auto-generated
4+
file. The format is based on [Conventional Commits][1]; this project adheres to
5+
[Semantic Versioning][2].
6+
7+
## 1.0.0 (2022-10-29)
8+
9+
#### ✨ Features
10+
11+
- **packages/remark-lint-list-item-style:** add new package ([83d8215][3])
12+
13+
#### ⚙️ Build System
14+
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-29)
26+
27+
#### ✨ Features
28+
29+
- **packages/remark-lint-list-item-style:** add new package ([83d8215][3])
30+
31+
#### ⚙️ Build System
32+
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])
42+
43+
[1]: https://conventionalcommits.org
44+
[2]: https://semver.org
45+
[3]:
46+
https://github.com/Xunnamius/unified-utils/commit/83d82154f670c3154db05f811d0b92b5b17acb26
47+
[4]:
48+
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
49+
[5]:
50+
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
51+
[6]:
52+
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
53+
[7]:
54+
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
55+
[8]:
56+
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
57+
[9]:
58+
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
59+
[10]:
60+
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
61+
[11]:
62+
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
63+
[12]:
64+
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a

packages/remark-lint-list-item-style/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-lint-list-item-style",
3-
"version": "0.0.0-semantic",
3+
"version": "1.0.0",
44
"description": "remark-lint rule to warn when list items violate a given style",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)