Skip to content

Commit b8ddc1b

Browse files
committed
release: [email protected] [skip ci]
### [1.0.2](https://github.com/Xunnamius/unified-utils/compare/remark-lint-fenced-code-flag-case@[email protected]) (2022-12-06) #### 🪄 Fixes * **packages:** use "remark-lint" as origin scope for comment-level disable/ignore support ([3f15c0f](3f15c0f))
1 parent 354be22 commit b8ddc1b

File tree

2 files changed

+37
-26
lines changed

2 files changed

+37
-26
lines changed

packages/remark-lint-fenced-code-flag-case/CHANGELOG.md

+36-25
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,67 @@ 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.2][3] (2022-12-06)
8+
9+
#### 🪄 Fixes
10+
11+
- **packages:** use "remark-lint" as origin scope for comment-level
12+
disable/ignore support ([3f15c0f][4])
13+
14+
### [1.0.1][5] (2022-10-29)
815

916
#### 🪄 Fixes
1017

1118
- **packages/remark-lint-fenced-code-flag-case:** use better existence guarantee
12-
for options object ([955c4f4][4])
19+
for options object ([955c4f4][6])
1320

14-
## [1.0.0][5] (2022-10-29)
21+
## [1.0.0][7] (2022-10-29)
1522

1623
#### ✨ Features
1724

18-
- **packages/remark-lint-fenced-code-flag-case:** add new package ([593cd60][6])
25+
- **packages/remark-lint-fenced-code-flag-case:** add new package ([593cd60][8])
1926

2027
#### ⚙️ Build System
2128

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])
29+
- Add all-contributors ([84bff68][9])
30+
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][10])
31+
- **package:** add doctoc to npm format script ([112d42c][11])
32+
- **package:** defer to jest.config.js for coverage options ([05cd09e][12])
33+
- **package:** fix npm test script jest invocations ([a2ccf80][13])
34+
- **package:** update core npm format script ([c9d61ba][14])
35+
- **package:** use actual test ignore regex pattern ([6358888][15])
36+
- Update core build toolchain ([19243d6][16])
37+
- Update core lint npm script; add lint:all npm script ([bd84d8f][17])
3138

3239
[1]: https://conventionalcommits.org
3340
[2]: https://semver.org
3441
[3]:
35-
https://github.com/Xunnamius/unified-utils/compare/[email protected].0[email protected].1
42+
https://github.com/Xunnamius/unified-utils/compare/[email protected].1[email protected].2
3643
[4]:
37-
https://github.com/Xunnamius/unified-utils/commit/955c4f498096c3c3e02cce788a0387ae1a85613f
44+
https://github.com/Xunnamius/unified-utils/commit/3f15c0fb647157848e323f66cd56eaf74e590141
3845
[5]:
39-
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...[email protected].0
46+
https://github.com/Xunnamius/unified-utils/compare/[email protected]...[email protected].1
4047
[6]:
41-
https://github.com/Xunnamius/unified-utils/commit/593cd60c080725ec30073ab03fed26791c787f79
48+
https://github.com/Xunnamius/unified-utils/commit/955c4f498096c3c3e02cce788a0387ae1a85613f
4249
[7]:
43-
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
50+
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-lint-fenced-code-flag-case@1.0.0
4451
[8]:
45-
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
52+
https://github.com/Xunnamius/unified-utils/commit/593cd60c080725ec30073ab03fed26791c787f79
4653
[9]:
47-
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
54+
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
4855
[10]:
49-
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
56+
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
5057
[11]:
51-
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
58+
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
5259
[12]:
53-
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
60+
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
5461
[13]:
55-
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
62+
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
5663
[14]:
57-
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
64+
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
5865
[15]:
66+
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
67+
[16]:
68+
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
69+
[17]:
5970
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a

packages/remark-lint-fenced-code-flag-case/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-lint-fenced-code-flag-case",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "remark-lint rule to warn when fenced code blocks have an inconsistently-cased language flag",
55
"keywords": [
66
"remark",

0 commit comments

Comments
 (0)