Skip to content

Commit bb50a05

Browse files
committed
feat: Release of 1.0.4
1 parent 7cdaf47 commit bb50a05

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1+
# 1.0.4
2+
3+
- Fix version used in README.md to latest
4+
- Update year used in copyright to 2025
5+
- Format package.json by .editorconfig
6+
7+
# 1.0.3
8+
9+
- Fix repository url
10+
11+
# 1.0.3
12+
13+
- Cleanup module implementation
14+
115
# 1.0.1
216

317
## Breaking Changes
18+
419
- Migrate package to ESM
520

621
## Features
22+
723
- update `@commitlint/config-conventional` to version 19
824

925
# 1.0.0

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": "@team23/commitlint-config",
33
"type": "module",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "Standard shareable config for commitlint",
66
"main": "index.js",
77
"files": [

0 commit comments

Comments
 (0)