Skip to content

Commit c9b0fa1

Browse files
authored
release: 1.0.1 (#20)
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 27251af commit c9b0fa1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [1.0.1](https://github.com/flex-development/commitlint-config/compare/1.0.0...1.0.1) (2023-03-01)
2+
3+
4+
### :package: Build
5+
6+
* **deps-dev:** Bump @vitest/coverage-c8 from 0.29.1 to 0.29.2 ([#19](https://github.com/flex-development/commitlint-config/issues/19)) ([27251af](https://github.com/flex-development/commitlint-config/commit/27251af2fffe89e6ab6876faa654223b247ac11d))
7+
* **deps-dev:** Bump @vitest/expect from 0.29.1 to 0.29.2 ([#18](https://github.com/flex-development/commitlint-config/issues/18)) ([d70cd17](https://github.com/flex-development/commitlint-config/commit/d70cd17de10414b3d45e8553465b4a077a2844cd))
8+
* **deps-dev:** Bump @vitest/ui from 0.29.1 to 0.29.2 ([#17](https://github.com/flex-development/commitlint-config/issues/17)) ([7fc01fd](https://github.com/flex-development/commitlint-config/commit/7fc01fdbd17e872b3d8726e0c3e613be94bca6bc))
9+
* **deps-dev:** Bump vitest from 0.29.1 to 0.29.2 ([#16](https://github.com/flex-development/commitlint-config/issues/16)) ([643ed89](https://github.com/flex-development/commitlint-config/commit/643ed89e279b7d3f7fedd678077262470700409e))
10+
11+
12+
### :bug: Fixes
13+
14+
* **config:** ignore [@dependabot](https://github.com/dependabot) commits ([ac180de](https://github.com/flex-development/commitlint-config/commit/ac180def55e902d0017c719c849d810f98ea66de))
15+
16+
17+
### :mechanical_arm: Refactors
18+
19+
* **config:** [rules] prefer `trailer-exists` over `signed-off-by` ([135d3eb](https://github.com/flex-development/commitlint-config/commit/135d3ebad9ad3a74245746bebcf8069d2978fa95))
20+
121
## 1.0.0 (2023-02-28)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/commitlint-config",
33
"description": "Shareable commitlint config enforcing conventional commits",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"keywords": [
66
"commitlint",
77
"commitlint-config",

0 commit comments

Comments
 (0)