Skip to content

Commit 1ca463e

Browse files
chore(release): 1.2.3 [skip ci]
## [1.2.3](v1.2.2...v1.2.3) (2024-10-21) ### Other * updated dependencies and package manager to latest version ([4fafbba](4fafbba))
1 parent 4fafbba commit 1ca463e

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

package.json

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "@rimac-technology/semantic-release-monorepo",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Enhanced semantic-release by enabling simplified and automatic package publishing in multi-package repositories",
5-
"keywords": ["release", "semantic-release", "monorepo", "workspace"],
5+
"keywords": [
6+
"release",
7+
"semantic-release",
8+
"monorepo",
9+
"workspace"
10+
],
611
"homepage": "https://github.com/RimacTechnology/semantic-release-monorepo#readme",
712
"bugs": {
813
"url": "https://github.com/RimacTechnology/semantic-release-monorepo/issues"
@@ -13,7 +18,9 @@
1318
"type": "module",
1419
"main": "dist/cli.js",
1520
"bin": "dist/cli.js",
16-
"files": ["dist"],
21+
"files": [
22+
"dist"
23+
],
1724
"scripts": {
1825
"build": "turbo run build:all",
1926
"build:ts": "tsup --config tsup.config.ts",
@@ -29,10 +36,20 @@
2936
"release": "semantic-release"
3037
},
3138
"commitlint": {
32-
"extends": ["@commitlint/config-conventional"],
39+
"extends": [
40+
"@commitlint/config-conventional"
41+
],
3342
"rules": {
34-
"header-max-length": [2, "always", 500],
35-
"body-max-line-length": [2, "always", 500]
43+
"header-max-length": [
44+
2,
45+
"always",
46+
500
47+
],
48+
"body-max-line-length": [
49+
2,
50+
"always",
51+
500
52+
]
3653
}
3754
},
3855
"config": {

0 commit comments

Comments
 (0)