Skip to content

Commit d5859af

Browse files
committed
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2026-05-03) ### Bug Fixes * normalize whitespace-only scopes for commitlint 20 parse ([24461d6](24461d6)), closes [#2](#2)
1 parent d7b0acd commit d5859af

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/ridvanaltun/commitlint-plugin-selective-scope/compare/v1.0.1...v1.0.2) (2026-05-03)
2+
3+
4+
### Bug Fixes
5+
6+
* normalize whitespace-only scopes for commitlint 20 parse ([24461d6](https://github.com/ridvanaltun/commitlint-plugin-selective-scope/commit/24461d6478fad4a7217707dde660188981971c37)), closes [#2](https://github.com/ridvanaltun/commitlint-plugin-selective-scope/issues/2)
7+
18
## [1.0.1](https://github.com/ridvanaltun/commitlint-plugin-selective-scope/compare/v1.0.0...v1.0.1) (2022-12-22)
29

310

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,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-selective-scope",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Limit scopes per type with regexp and plain text",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)