Skip to content

Commit de77f01

Browse files
Release v18.0.0 [skip ci]
## [18.0.0](v17.6.5...v18.0.0) (2023-06-03) ### ⚠ Breaking changes * change preset to `@insurgentlab/conventional-changelog-preset` * require Node.js => 16 ### ✨ Features * change preset to `[@insurgentlab](https://github.com/insurgentlab)/conventional-changelog-preset` ([ee4809a](ee4809a)) ### 🚨 Tests * enable and improve tests ([89709d5](89709d5)) * upload coverage to codecov ([92434bc](92434bc)) ### ⚙️ Continuous Integrations * add test & release workflows ([a0fb8a7](a0fb8a7)) ### ♻️ Chores * add .gitignore ([63dedd3](63dedd3)) * add codeowners ([e771125](e771125)) * add semantic-release ([a1c9479](a1c9479)) * configure Renovate ([#2](#2)) ([5c5ff83](5c5ff83)) * drop support for unmaintained node versions ([96fae1a](96fae1a)) * fix release branch configuration ([826cf69](826cf69)) * **readme:** add badges and some links ([44343c1](44343c1)) * **readme:** remove text copied by mistake ([b96bc0f](b96bc0f)) * remove tsconfig.json ([5c88a04](5c88a04)) * update changelog ([cfe3d8e](cfe3d8e)) * update license ([046c0c5](046c0c5)) * update package.json ([355e6f2](355e6f2)) * update readme ([afc3185](afc3185)) ### 💎 Styles * add eslint & prettier ([6b02da4](6b02da4))
1 parent 826cf69 commit de77f01

File tree

3 files changed

+47
-3
lines changed

3 files changed

+47
-3
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
## [18.0.0](https://github.com/insurgent-lab/commitlint-config/compare/v17.6.5...v18.0.0) (2023-06-03)
2+
3+
4+
### ⚠ Breaking changes
5+
6+
* change preset to `@insurgentlab/conventional-changelog-preset`
7+
* require Node.js => 16
8+
9+
### ✨ Features
10+
11+
* change preset to `[@insurgentlab](https://github.com/insurgentlab)/conventional-changelog-preset` ([ee4809a](https://github.com/insurgent-lab/commitlint-config/commit/ee4809a5a5c4c2c6d5b2d937079e5377602d80b7))
12+
13+
14+
### 🚨 Tests
15+
16+
* enable and improve tests ([89709d5](https://github.com/insurgent-lab/commitlint-config/commit/89709d5606f48a670d7a5ce36dfd54380788802b))
17+
* upload coverage to codecov ([92434bc](https://github.com/insurgent-lab/commitlint-config/commit/92434bcc94e0d2b0974c746c54bc8595d594ffb6))
18+
19+
20+
### ⚙️ Continuous Integrations
21+
22+
* add test & release workflows ([a0fb8a7](https://github.com/insurgent-lab/commitlint-config/commit/a0fb8a761e9279f16015feb21cdfc8f83400a833))
23+
24+
25+
### ♻️ Chores
26+
27+
* add .gitignore ([63dedd3](https://github.com/insurgent-lab/commitlint-config/commit/63dedd3550dcbd241a3b8ec7c86bea2f55824562))
28+
* add codeowners ([e771125](https://github.com/insurgent-lab/commitlint-config/commit/e77112581cc764bc00e861755575591878bb25e9))
29+
* add semantic-release ([a1c9479](https://github.com/insurgent-lab/commitlint-config/commit/a1c94795856ae8f3728b8a853b09dd7fd68c4616))
30+
* configure Renovate ([#2](https://github.com/insurgent-lab/commitlint-config/issues/2)) ([5c5ff83](https://github.com/insurgent-lab/commitlint-config/commit/5c5ff8325d2f6006c552b05513d0fce247c3b1ea))
31+
* drop support for unmaintained node versions ([96fae1a](https://github.com/insurgent-lab/commitlint-config/commit/96fae1aa5d3e94d17ad7b495a4a8f84d2f102669))
32+
* fix release branch configuration ([826cf69](https://github.com/insurgent-lab/commitlint-config/commit/826cf69bafcc5176bd108e96c11c84acc814449a))
33+
* **readme:** add badges and some links ([44343c1](https://github.com/insurgent-lab/commitlint-config/commit/44343c1353274755aeeb9b92150f1df421fd6a17))
34+
* **readme:** remove text copied by mistake ([b96bc0f](https://github.com/insurgent-lab/commitlint-config/commit/b96bc0f9a64f7d6501725cfc594b51ca70a5ef18))
35+
* remove tsconfig.json ([5c88a04](https://github.com/insurgent-lab/commitlint-config/commit/5c88a04ad8ae29c2fbf5b5bb123decb12ea07c6e))
36+
* update changelog ([cfe3d8e](https://github.com/insurgent-lab/commitlint-config/commit/cfe3d8e931c7f0ab5e39d1f9145dbc6a0749ee99))
37+
* update license ([046c0c5](https://github.com/insurgent-lab/commitlint-config/commit/046c0c5e3d02739eafb8c30ac3568fefa825d965))
38+
* update package.json ([355e6f2](https://github.com/insurgent-lab/commitlint-config/commit/355e6f2fb082226454a8020b9f93e0d967e1cc3a))
39+
* update readme ([afc3185](https://github.com/insurgent-lab/commitlint-config/commit/afc3185159098acc123add7759973fbd4b5cb466))
40+
41+
42+
### 💎 Styles
43+
44+
* add eslint & prettier ([6b02da4](https://github.com/insurgent-lab/commitlint-config/commit/6b02da4214797ee8e6a04e6590fa4de70c5faeac))
145

246
-----
347

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@insurgentlab/commitlint-config",
33
"description": "Commitlint config for @insurgentlab/conventional-changelog-preset",
4-
"version": "17.6.5",
4+
"version": "18.0.0",
55
"author": "Mario Nebl <[email protected]>",
66
"maintainers": [
77
"Pierre Cavin <[email protected]>"

0 commit comments

Comments
 (0)