commitlint-plugin-function-rules 1.4.0 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +25 -23
  2. package/CHANGELOG.md +0 -302
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commitlint-plugin-function-rules",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "commitlint plugin to define rules as functions.",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -48,42 +48,44 @@
48
48
  "node": ">=12"
49
49
  },
50
50
  "peerDependencies": {
51
- "@commitlint/lint": ">=9.1.2 || 10.x || 11.x || 12.x || 13.x"
51
+ "@commitlint/lint": ">=9.1.2 <15"
52
52
  },
53
53
  "devDependencies": {
54
- "@commitlint/cli": "13.1.0",
55
- "@commitlint/config-conventional": "13.1.0",
54
+ "@commitlint/cli": "14.1.0",
55
+ "@commitlint/config-conventional": "14.1.0",
56
56
  "@commitlint/lint-10.x": "npm:@commitlint/lint@10.0.0",
57
57
  "@commitlint/lint-11.x": "npm:@commitlint/lint@11.0.0",
58
58
  "@commitlint/lint-12.x": "npm:@commitlint/lint@12.1.4",
59
- "@commitlint/lint-13.x": "npm:@commitlint/lint@13.1.0",
59
+ "@commitlint/lint-13.x": "npm:@commitlint/lint@13.2.0",
60
+ "@commitlint/lint-14.x": "npm:@commitlint/lint@14.1.0",
60
61
  "@commitlint/lint-9.x": "npm:@commitlint/lint@9.1.2",
61
62
  "@commitlint/load-10.x": "npm:@commitlint/load@10.0.0",
62
63
  "@commitlint/load-11.x": "npm:@commitlint/load@11.0.0",
63
64
  "@commitlint/load-12.x": "npm:@commitlint/load@12.1.4",
64
- "@commitlint/load-13.x": "npm:@commitlint/load@13.1.0",
65
+ "@commitlint/load-13.x": "npm:@commitlint/load@13.2.1",
66
+ "@commitlint/load-14.x": "npm:@commitlint/load@14.1.0",
65
67
  "@commitlint/load-9.x": "npm:@commitlint/load@9.1.2",
66
- "@commitlint/rules": "13.1.0",
67
- "@commitlint/types": "13.1.0",
68
- "@jest/globals": "27.2.0",
69
- "@semantic-release/changelog": "5.0.1",
70
- "@semantic-release/exec": "5.0.0",
71
- "@semantic-release/git": "9.0.1",
72
- "@typescript-eslint/eslint-plugin": "4.31.1",
73
- "@typescript-eslint/parser": "4.31.1",
74
- "eslint": "7.32.0",
68
+ "@commitlint/rules": "14.1.0",
69
+ "@commitlint/types": "14.0.0",
70
+ "@jest/globals": "27.3.1",
71
+ "@semantic-release/changelog": "6.0.1",
72
+ "@semantic-release/exec": "6.0.2",
73
+ "@semantic-release/git": "10.0.1",
74
+ "@typescript-eslint/eslint-plugin": "5.3.1",
75
+ "@typescript-eslint/parser": "5.3.1",
76
+ "eslint": "8.2.0",
75
77
  "eslint-config-prettier": "8.3.0",
76
- "eslint-plugin-jest": "24.4.0",
78
+ "eslint-plugin-jest": "25.2.4",
77
79
  "eslint-plugin-json": "3.1.0",
78
80
  "eslint-plugin-prettier": "4.0.0",
79
- "husky": "7.0.2",
80
- "jest": "27.2.0",
81
- "lint-staged": "11.1.2",
81
+ "husky": "7.0.4",
82
+ "jest": "27.3.1",
83
+ "lint-staged": "11.2.6",
82
84
  "npm-run-all": "4.1.5",
83
85
  "pinst": "2.1.6",
84
- "prettier": "2.4.0",
85
- "semantic-release": "17.4.7",
86
- "ts-jest": "27.0.5",
87
- "typescript": "4.4.3"
86
+ "prettier": "2.4.1",
87
+ "semantic-release": "18.0.0",
88
+ "ts-jest": "27.0.7",
89
+ "typescript": "4.4.4"
88
90
  }
89
91
  }
package/CHANGELOG.md DELETED
@@ -1,302 +0,0 @@
1
- ## [1.4.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.3.2...v1.4.0) (2021-09-17)
2
-
3
- ### ⚠ BREAKING CHANGES
4
-
5
- - drop support for node 10
6
-
7
- ### Features
8
-
9
- - add support for commitlint v13 ([fc435bb](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/fc435bb94f7e2ec817bdfac714dc33cc05b51f77))
10
- - **rules:** add `subject-exclamation-mark` rule for commitlint v13 ([3893fc4](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3893fc4ad75d755fe4a91841479c849812749721))
11
- - **rules:** add `trailer-exists` rule for commitlint v13 ([829d2c6](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/829d2c667951a02b43ce3a7a9824b75c5504c8a1))
12
-
13
- ### Tests
14
-
15
- - add tests for commitlint v13 ([e95b254](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/e95b254cfcd7bee3bb3b9b719682d3386060e6dc))
16
-
17
- ### Continuous Integration
18
-
19
- - **renovate:** disable for commitlint v12 final version ([7b648d8](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/7b648d84d3dfccfc0cb90ceee23aaa3816c20407))
20
-
21
- ### Build System
22
-
23
- - drop support for node 10 ([6c05e9a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/6c05e9a485e056f8d4da531dbb465c4fa51b9daa))
24
-
25
- ### [1.3.2](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.3.1...v1.3.2) (2021-02-27)
26
-
27
- ### Bug Fixes
28
-
29
- - move @commitlint/types dependency to dev dependencies ([cbec26a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/cbec26ac8e4090e68d4786cfaa8e19c96483992e)), closes [#150](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/150)
30
-
31
- ### Styles
32
-
33
- - add ESLint ignore file to enable linting of dotfiles ([69b7675](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/69b767587d29883ae5613bf9eef6f10b55397aa1))
34
-
35
- ### [1.3.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.3.0...v1.3.1) (2021-02-24)
36
-
37
- ### Bug Fixes
38
-
39
- - **deps:** specify lower peer dependency range as v9.1.2 ([a9f08a5](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/a9f08a5b17b51c355e2093f7bcf11617969e2445)), closes [#147](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/147)
40
-
41
- ## [1.3.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.2.0...v1.3.0) (2021-02-24)
42
-
43
- ### Features
44
-
45
- - **deps:** update dependency @commitlint/lint to v12 ([9be4bf9](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/9be4bf9d81c5026aa9922a162422e179da14229e))
46
-
47
- ## [1.2.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.24...v1.2.0) (2021-02-24)
48
-
49
- ### Features
50
-
51
- - **rules:** add `body-full-stop` rule ([93ec5b8](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/93ec5b8364c3e9a0474d96d2c735f0af55707ad2))
52
-
53
- ### [1.1.24](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.23...v1.1.24) (2021-02-24)
54
-
55
- ### Continuous Integration
56
-
57
- - **renovate:** group commitlint peer dependencies ([9b5253c](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/9b5253c831057a4ab95cf001b32050a847e5c063))
58
-
59
- ### [1.1.23](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.22...v1.1.23) (2021-02-14)
60
-
61
- ### Build System
62
-
63
- - remove `postinstall` script from the published package ([7898ead](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/7898ead1facccfcfe217a2e3ea0313c954d9c405)), closes [#142](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/142)
64
-
65
- ### [1.1.22](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.21...v1.1.22) (2021-02-13)
66
-
67
- ### Continuous Integration
68
-
69
- - **renovate:** use shared configuration from `vidavidorra/.github` ([2dd5710](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/2dd57106fcd59c2126ce37498af6955cbdefbea8))
70
-
71
- ### Documentation
72
-
73
- - add 2021 to license ([b57d23e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/b57d23e025d918790c59203e495bc5d13a517ff1))
74
-
75
- ### [1.1.21](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.20...v1.1.21) (2021-02-13)
76
-
77
- ### Continuous Integration
78
-
79
- - remove `chore` commit type from changelog (generation) ([8b658c6](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/8b658c638940e03828a76e06da5852c87e4dfa64))
80
- - **release:** format changelog during release ([90611dd](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/90611dd29d72c93d089f04d1c167ecc45a82ff17))
81
-
82
- ### Build System
83
-
84
- - set `esModuleInterop` to `true` to fix `@commitlint/types` import ([5bc52ea](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/5bc52eab6aff64d2481e3bf7383d599ec7647e4b))
85
-
86
- ### [1.1.20](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.19...v1.1.20) (2020-10-25)
87
-
88
- ### Documentation
89
-
90
- - fix contributing guide link ([9cdabda](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/9cdabda5242ea2c5a6955967a0b356c2596a924e))
91
-
92
- ### [1.1.19](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.18...v1.1.19) (2020-10-24)
93
-
94
- ### Documentation
95
-
96
- - add badge for supported Node.js version ([3098f03](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3098f031c959e7a379435f8415df796c2167ad13))
97
- - link Node.js badge to Node.js releases page ([3871927](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3871927a7d6b59577d0f2f9e8e0b85b6fa798af5))
98
-
99
- ### [1.1.18](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.17...v1.1.18) (2020-10-24)
100
-
101
- ### Continuous Integration
102
-
103
- - set test name with Node.js version in build workflow ([bb06e2e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/bb06e2ec1a56b5c307a083dfd6c60c827e70395c))
104
-
105
- ### [1.1.17](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.16...v1.1.17) (2020-10-24)
106
-
107
- ### Bug Fixes
108
-
109
- - **package:** specify supported node engine to v10 (LTS) ([274ca4d](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/274ca4db478ae029e601203f8e18c480ebcb4d41))
110
-
111
- ### [1.1.16](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.15...v1.1.16) (2020-10-20)
112
-
113
- ### Documentation
114
-
115
- - specify `rules` as object in the usage example ([ce8555e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/ce8555e0d29a961e98726dd04f8a51061ff76d72))
116
-
117
- ### [1.1.15](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.14...v1.1.15) (2020-10-19)
118
-
119
- ### Documentation
120
-
121
- - add documentation with my new readme style ([c457afd](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/c457afd554c8b8d1e15bd01af16480761b4edee0))
122
-
123
- ### [1.1.14](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.13...v1.1.14) (2020-10-07)
124
-
125
- ### Continuous Integration
126
-
127
- - separate build check from lint and check build pre-commit ([30c5dc4](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/30c5dc4a895383a04e058cda807cdab741ca2904))
128
-
129
- ### [1.1.13](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.12...v1.1.13) (2020-10-02)
130
-
131
- ### Continuous Integration
132
-
133
- - run full tests in lint-staged ([c772b99](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/c772b9919c17b92115f4ed76bf370e898f2e859f))
134
-
135
- ### [1.1.12](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.11...v1.1.12) (2020-10-02)
136
-
137
- ### Continuous Integration
138
-
139
- - **renovate:** fix accidental removal of `pinDependencies` ([8e950fd](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/8e950fd8cd7682374f76f67cd3aba576d18d9a00))
140
- - **renovate:** migrate config to Renovate > v21.28.0 ([60d89b5](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/60d89b5ccd914bf96386d78c5b0d2d9e97ed1e98))
141
-
142
- ### [1.1.11](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.10...v1.1.11) (2020-09-27)
143
-
144
- ### Bug Fixes
145
-
146
- - use `Plugin` from the commitlint types ([33bab71](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/33bab717e33c9a5f94a093d8a479b46a42818de9))
147
-
148
- ### Build System
149
-
150
- - add scripts to clean and build with clean first ([8782e3a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/8782e3ae0816a6d1c54dfeb2c0e727ed5c82dbfb))
151
-
152
- ### [1.1.10](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.9...v1.1.10) (2020-09-27)
153
-
154
- ### Continuous Integration
155
-
156
- - trigger release ([82c563b](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/82c563b89c1d43324e26cd241ee0e79d0baff0b8))
157
-
158
- ### [1.1.9](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.8...v1.1.9) (2020-09-27)
159
-
160
- ### Bug Fixes
161
-
162
- - **package:** correct 'types' of package ([9df7d4e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/9df7d4e6cccffee8fa8c32a0b30a4dce9818cd04))
163
-
164
- ### [1.1.8](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.7...v1.1.8) (2020-09-27)
165
-
166
- ### Documentation
167
-
168
- - add npm version badge ([a0fff5f](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/a0fff5fb4b888e2604b2b28a3032e9d4bdbe5fd4))
169
-
170
- ### [1.1.7](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.6...v1.1.7) (2020-09-24)
171
-
172
- ### Continuous Integration
173
-
174
- - test and build with Node v14 ([3586da5](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3586da5210356776efa3b485246e6a6f461f88a0))
175
-
176
- ### [1.1.6](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.5...v1.1.6) (2020-09-24)
177
-
178
- ### Bug Fixes
179
-
180
- - **package:** correct `main` path ([90d2bde](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/90d2bdeb212163966bea48200a51d99bebd649a4))
181
-
182
- ### Documentation
183
-
184
- - correct description of CI build ([824ba4e](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/824ba4e99fe2b3e4c51fffa8316f033bbe610031))
185
-
186
- ### [1.1.5](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.4...v1.1.5) (2020-09-20)
187
-
188
- ### Continuous Integration
189
-
190
- - **release:** add npm tarball to GitHub publish ([dc1db2b](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/dc1db2b99b6486de6536823fc494ed681034ab82))
191
-
192
- ### [1.1.4](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.3...v1.1.4) (2020-09-20)
193
-
194
- ### Continuous Integration
195
-
196
- - **release:** disable release on chore commits ([834bd70](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/834bd70a655d16c1210e2a83b1750c5a6c62049a))
197
-
198
- ### [1.1.3](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.2...v1.1.3) (2020-09-20)
199
-
200
- ### Continuous Integration
201
-
202
- - **renovate:** disable for aliased packages with final version ([e216ab2](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/e216ab287c3917503a2c5ae25b6a795b330b7643))
203
-
204
- ### Continuous Integration
205
-
206
- - **commits:** add commitlint configuration to allow longer dependency commits ([d36c8ab](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/d36c8ab6fddbb4971cc725846d8b81e232d0d0b4))
207
-
208
- ### [1.1.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.1.0...v1.1.1) (2020-09-20)
209
-
210
- ### Continuous Integration
211
-
212
- - **deps:** disable auto-merge for peer dependencies ([f9b4991](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/f9b499170c65ed323ec27a07ef54dcd8668cf51e))
213
- - **deps:** use Renovate default commit scope for `devDependencies` and `dependencies` ([b4d864c](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/b4d864c7d76f407f66840631bb10d7591e35845f))
214
-
215
- ## [1.1.0](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.13...v1.1.0) (2020-09-20)
216
-
217
- ### Features
218
-
219
- - add support for @commitlint/lint v10.x ([493ad35](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/493ad3507a4c7c9c5a1e48ae0fc066a47215fb5b))
220
-
221
- ### [1.0.13](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.12...v1.0.13) (2020-09-19)
222
-
223
- ### Tests
224
-
225
- - **end-to-end:** test agains commitlint v9.x, v10.x and v11.x ([9d7715d](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/9d7715d9355483901906582d0cd002b2ffa3b00a))
226
-
227
- ### [1.0.12](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.11...v1.0.12) (2020-09-18)
228
-
229
- ### Bug Fixes
230
-
231
- - **package:** point `main`, `types` and `files` to the correct paths ([df10abf](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/df10abfd07418122088f6af29f49eca5a84501dc))
232
-
233
- ### Tests
234
-
235
- - **end-to-end:** separate load test ([75943e5](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/75943e5004a4865f2d650d62ca38f5fdc0768e25))
236
-
237
- ### [1.0.11](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.10...v1.0.11) (2020-09-18)
238
-
239
- ### [1.0.10](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.9...v1.0.10) (2020-09-18)
240
-
241
- ### [1.0.9](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.8...v1.0.9) (2020-09-17)
242
-
243
- ### Continuous Integration
244
-
245
- - **deps:** separate [@commitlint](https://github.com/commitlint) peer-, dev- and dependencies ([0c42187](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/0c421872968bd8c48106b02a2cbea9074483e458))
246
-
247
- ### [1.0.8](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.7...v1.0.8) (2020-09-16)
248
-
249
- ### Bug Fixes
250
-
251
- - unpin peer dependency and set to major version 9 range ([766f6f0](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/766f6f02f471ec4b90f728856d86340a5875cd8c))
252
-
253
- ### Tests
254
-
255
- - add end-to-end test ([3de942c](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3de942c8c3750a4b2d4dd69febb29a7c24385bc3))
256
-
257
- ### Continuous Integration
258
-
259
- - check build for type errors when linting ([dec4be8](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/dec4be82de18af68fc886b98880ad4ac507719ff))
260
-
261
- ### [1.0.7](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.6...v1.0.7) (2020-09-14)
262
-
263
- ### [1.0.6](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.5...v1.0.6) (2020-09-14)
264
-
265
- ### Continuous Integration
266
-
267
- - **deps:** separate dev, peer and dependencies in Renovate commits ([40d4358](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/40d43587f8c614fb577fcb02bdd62c496049a0f9))
268
- - **release:** release on peer and regular dependencies ([b7d445a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/b7d445a5761a4320a7952e1f22346dd21c10ff8b))
269
-
270
- ### [1.0.5](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.4...v1.0.5) (2020-09-13)
271
-
272
- ### [1.0.4](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.3...v1.0.4) (2020-09-12)
273
-
274
- ### [1.0.3](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.2...v1.0.3) (2020-09-07)
275
-
276
- ### [1.0.2](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.1...v1.0.2) (2020-09-07)
277
-
278
- ### [1.0.1](https://github.com/vidavidorra/commitlint-plugin-function-rules/compare/v1.0.0...v1.0.1) (2020-09-06)
279
-
280
- ### Continuous Integration
281
-
282
- - **release:** build before release to include dist ([4ff37ce](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/4ff37ce50866651bb4404d5de8e0552f385d5b5a))
283
-
284
- ## 1.0.0 (2020-09-06)
285
-
286
- ### Features
287
-
288
- - add function rule plugin sources and tests ([1a8db80](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/1a8db80329a93b4a087620aae711bab205769e78))
289
-
290
- ### Documentation
291
-
292
- - add code coverage badge ([fb6d27b](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/fb6d27b2c16a15a36b4000afbb0c13864f93f1d2))
293
-
294
- ### Continuous Integration
295
-
296
- - **release:** fix npm env value ([308ffae](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/308ffae48083a06f35202b4cbad95f02325dd835))
297
- - re-enable release step ([58ac7f2](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/58ac7f282555df83f4e2a36da337f92a0ab5e186))
298
- - **release:** publish to npm ([d1cd2aa](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/d1cd2aa6faf7e474bf2331a5aedf4555f34c5fb7))
299
- - add build, test and coverage jobs ([3e42d16](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3e42d16cd8c69788eff042e68589907bf58fd605))
300
- - disable release step until build and tests are finished ([3e2e92a](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/3e2e92ae0f117bd5faf7cbd2aea49d79dc424819))
301
- - rename job 'build-and-test' to 'build' ([76cb756](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/76cb756d8d7cd48cd4fe4310b3e3a07abc88a395))
302
- - separate build and test jobs ([d4140da](https://github.com/vidavidorra/commitlint-plugin-function-rules/commit/d4140da116a1645cff27a0cf6af5a75802f88090))