Skip to content

Commit 4c20417

Browse files
committed
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2022-12-22) ### Bug Fixes * correctly check for RegExp ([af6d426](af6d426))
1 parent f96db5f commit 4c20417

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1](https://github.com/ridvanaltun/commitlint-plugin-selective-scope/compare/v1.0.0...v1.0.1) (2022-12-22)
2+
3+
4+
### Bug Fixes
5+
6+
* correctly check for RegExp ([af6d426](https://github.com/ridvanaltun/commitlint-plugin-selective-scope/commit/af6d426cd08a3c7bbbc0a47f4e8ace13210ad8f0))
7+
18
# 1.0.0 (2021-09-30)
29

310

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-plugin-selective-scope",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Limit scopes per type with regexp and plain text",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)