Skip to content

Commit 53372aa

Browse files
committed
release: [email protected] [skip ci]
## [2.0.0](https://github.com/Xunnamius/unified-utils/compare/remark-remove-url-trailing-slash@[email protected]) (2023-11-30) ### 💥 BREAKING CHANGES 💥 * End-of-life node versions (14 and 16) are no longer supported * These packages are only guaranteed to work with the _latest_ remark/unified packages #### ⚙️ Build system * **package:** add strip-ansi devdep; force update of unified-args to 11.0.1 ([150abb4](150abb4)) * Update all plugins to work with unified@>=11 ([fe98b3c](fe98b3c)) #### 🧙🏿 Refactored * **package:** bumped minimum node version to maintained ([364aced](364aced))
1 parent 81ba8b7 commit 53372aa

File tree

3 files changed

+62
-35
lines changed

3 files changed

+62
-35
lines changed

Diff for: packages/remark-remove-url-trailing-slash/CHANGELOG.md

+60-33
Original file line numberDiff line numberDiff line change
@@ -4,78 +4,105 @@ 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.2][3] (2023-01-29)
7+
## [2.0.0][3] (2023-11-30)
8+
9+
### 💥 Breaking Changes 💥
10+
11+
- End-of-life node versions (14 and 16) are no longer supported
12+
13+
- These packages are only guaranteed to work with the _latest_ remark/unified
14+
packages
815

916
#### ⚙️ Build System
1017

11-
- Stabilize build process ([6994784][4])
18+
- **package:** add strip-ansi devdep; force update of unified-args to 11.0.1
19+
([150abb4][4])
20+
- Update all plugins to work with unified@>=11 ([fe98b3c][5])
1221

13-
### [1.0.1][5] (2023-01-04)
22+
#### 🧙🏿 Refactored
23+
24+
- **package:** bumped minimum node version to maintained ([364aced][6])
25+
26+
### [1.0.2][7] (2023-01-29)
1427

1528
#### ⚙️ Build System
1629

17-
- **packages:** update maintainence badge ([4cbf746][6])
30+
- Stabilize build process ([6994784][8])
31+
32+
### [1.0.1][9] (2023-01-04)
33+
34+
#### ⚙️ Build System
35+
36+
- **packages:** update maintainence badge ([4cbf746][10])
1837

1938
#### 🔥 Reverted
2039

2140
- _"test: replace remark-remove-comments with
22-
@xunnamius/remark-remove-comments"_ ([2395903][7])
41+
@xunnamius/remark-remove-comments"_ ([2395903][11])
2342

24-
## [1.0.0][8] (2022-10-28)
43+
## [1.0.0][12] (2022-10-28)
2544

2645
#### ✨ Features
2746

28-
- **packages/remark-remove-url-trailing-slash:** add new package ([559dc36][9])
47+
- **packages/remark-remove-url-trailing-slash:** add new package ([559dc36][13])
2948

3049
#### 🪄 Fixes
3150

32-
- **packages:** ensure Options properties are optional ([48478e8][10])
51+
- **packages:** ensure Options properties are optional ([48478e8][14])
3352

3453
#### ⚙️ Build System
3554

36-
- Add all-contributors ([84bff68][11])
37-
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][12])
38-
- **package:** add doctoc to npm format script ([112d42c][13])
39-
- **package:** defer to jest.config.js for coverage options ([05cd09e][14])
40-
- **package:** fix npm test script jest invocations ([a2ccf80][15])
41-
- **package:** update core npm format script ([c9d61ba][16])
42-
- **package:** use actual test ignore regex pattern ([6358888][17])
43-
- Update core build toolchain ([19243d6][18])
44-
- Update core lint npm script; add lint:all npm script ([bd84d8f][19])
55+
- Add all-contributors ([84bff68][15])
56+
- **lint-staged:** add doctoc to pre-commit build process ([fa4f9ee][16])
57+
- **package:** add doctoc to npm format script ([112d42c][17])
58+
- **package:** defer to jest.config.js for coverage options ([05cd09e][18])
59+
- **package:** fix npm test script jest invocations ([a2ccf80][19])
60+
- **package:** update core npm format script ([c9d61ba][20])
61+
- **package:** use actual test ignore regex pattern ([6358888][21])
62+
- Update core build toolchain ([19243d6][22])
63+
- Update core lint npm script; add lint:all npm script ([bd84d8f][23])
4564

4665
[1]: https://conventionalcommits.org
4766
[2]: https://semver.org
4867
[3]:
49-
https://github.com/Xunnamius/unified-utils/compare/[email protected].1...remark-remove-url-trailing-slash@1.0.2
68+
https://github.com/Xunnamius/unified-utils/compare/[email protected].2...remark-remove-url-trailing-slash@2.0.0
5069
[4]:
51-
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
70+
https://github.com/Xunnamius/unified-utils/commit/150abb424fd30e84336ddf8b1f443d75a04c30a1
5271
[5]:
53-
https://github.com/Xunnamius/unified-utils/compare/remark-remove-url-trailing-slash@[email protected]
72+
https://github.com/Xunnamius/unified-utils/commit/fe98b3c7f06f4356bed713d2edb7d6f7f749617b
5473
[6]:
55-
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
74+
https://github.com/Xunnamius/unified-utils/commit/364aced3f0c8d4e56df8cde24419d13f568cb68f
5675
[7]:
57-
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
76+
https://github.com/Xunnamius/unified-utils/compare/remark-remove-url-trailing-slash@[email protected]
5877
[8]:
59-
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-remove-url-trailing-slash@1.0.0
78+
https://github.com/Xunnamius/unified-utils/commit/69947844f42e618f336aeeb9af1d6c9f4ee1e82b
6079
[9]:
61-
https://github.com/Xunnamius/unified-utils/commit/559dc366081816a680b6bbafbb610ef0b56494ae
80+
https://github.com/Xunnamius/unified-utils/compare/remark-remove-url-trailing-slash@[email protected]
6281
[10]:
63-
https://github.com/Xunnamius/unified-utils/commit/48478e8ea592171aadc86fe719310b50a2e6007e
82+
https://github.com/Xunnamius/unified-utils/commit/4cbf746b78c3bb369c3b27228ec582c3a3e47c54
6483
[11]:
65-
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
84+
https://github.com/Xunnamius/unified-utils/commit/23959035752e76f19ec4440cd762b4594fdb93bf
6685
[12]:
67-
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
86+
https://github.com/Xunnamius/unified-utils/compare/05cd09e0cf13f18fa56f6156516bcf546b1238e6...remark-remove-url-trailing-slash@1.0.0
6887
[13]:
69-
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
88+
https://github.com/Xunnamius/unified-utils/commit/559dc366081816a680b6bbafbb610ef0b56494ae
7089
[14]:
71-
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
90+
https://github.com/Xunnamius/unified-utils/commit/48478e8ea592171aadc86fe719310b50a2e6007e
7291
[15]:
73-
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
92+
https://github.com/Xunnamius/unified-utils/commit/84bff68339c7a742c104c0f2545fe62b28c8b473
7493
[16]:
75-
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
94+
https://github.com/Xunnamius/unified-utils/commit/fa4f9ee3f9cd922875cf077f6d8b74105f0ba55e
7695
[17]:
77-
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
96+
https://github.com/Xunnamius/unified-utils/commit/112d42c6999f758ff618f4e116eb7cf38c09f77c
7897
[18]:
79-
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
98+
https://github.com/Xunnamius/unified-utils/commit/05cd09e0cf13f18fa56f6156516bcf546b1238e6
8099
[19]:
100+
https://github.com/Xunnamius/unified-utils/commit/a2ccf801276c84e54d3fc1afaad574f78408d86f
101+
[20]:
102+
https://github.com/Xunnamius/unified-utils/commit/c9d61bacbd52bc76b05abd3426474bf0176c3cd9
103+
[21]:
104+
https://github.com/Xunnamius/unified-utils/commit/63588887a7377f3ee7488b19c87f1f2bf1faa811
105+
[22]:
106+
https://github.com/Xunnamius/unified-utils/commit/19243d623ba14cfd629c5e4632e6a75de508592b
107+
[23]:
81108
https://github.com/Xunnamius/unified-utils/commit/bd84d8fc1fb5c4d1828a16a47214a6730f34899a

Diff for: packages/remark-remove-url-trailing-slash/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Options type for the remark-remove-url-trailing-slash plugin.
2828

2929
#### Defined in
3030

31-
[packages/remark-remove-url-trailing-slash/src/index.ts:11](https://github.com/Xunnamius/unified-utils/blob/7833113/packages/remark-remove-url-trailing-slash/src/index.ts#L11)
31+
[packages/remark-remove-url-trailing-slash/src/index.ts:11](https://github.com/Xunnamius/unified-utils/blob/cc4d623/packages/remark-remove-url-trailing-slash/src/index.ts#L11)
3232

3333
## Functions
3434

Diff for: packages/remark-remove-url-trailing-slash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-remove-url-trailing-slash",
3-
"version": "1.0.2",
3+
"version": "2.0.0",
44
"description": "remark plugin that removes trailing slashes from the ends of all URLs",
55
"keywords": [
66
"unified",

0 commit comments

Comments
 (0)