Skip to content

Commit e653861

Browse files
committed
Merge branch 'master' of github.com:Lightning-Flow-Scanner/lightning-flow-scanner-core
2 parents 5f897b9 + 703a6f1 commit e653861

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightning-flow-scanner-core",
3-
"version": "3.17.2",
3+
"version": "3.17.3",
44
"main": "out/**",
55
"types": "index.d.ts",
66
"engines": {
@@ -23,10 +23,15 @@
2323
"@rollup/plugin-commonjs": "^25.0.8",
2424
"@rollup/plugin-node-resolve": "^15.2.3",
2525
"@rollup/plugin-typescript": "^11.1.6",
26+
"@semantic-release/changelog": "^6.0.3",
27+
"@semantic-release/commit-analyzer": "^13.0.0",
28+
"@semantic-release/git": "^10.0.1",
29+
"@semantic-release/npm": "^12.0.1",
2630
"@types/chai": "^4.3.16",
2731
"@types/mocha": "^10.0.6",
2832
"@types/node": "^20.13.0",
2933
"chai": "4.4.1",
34+
"conventional-changelog-conventionalcommits": "^8.0.0",
3035
"eslint": "8.57.0",
3136
"husky": "^9.0.11",
3237
"lint-staged": "^15.2.5",
@@ -35,6 +40,7 @@
3540
"prettier": "^3.3.0",
3641
"rollup": "^4.18.0",
3742
"rollup-plugin-polyfill-node": "^0.13.0",
43+
"semantic-release": "^24.0.0",
3844
"ts-node": "^10.9.2",
3945
"tslib": "^2.6.2",
4046
"typescript": "^5.4.5",

0 commit comments

Comments
 (0)