Skip to content

Commit 96b4148

Browse files
author
Siddharth Shah
committed
fix: 🐛 Updated semantic release version to 19
1 parent 09da31d commit 96b4148

2 files changed

Lines changed: 117 additions & 215 deletions

File tree

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@distinction-dev/serverless-dynamic-secrets",
3-
"version": "1.0.4",
3+
"version": "1.0.0",
44
"main": "index.js",
55
"description": "A Serverless Framework plugin for dynamic parameter and secret creation",
66
"scripts": {
@@ -18,23 +18,22 @@
1818
"type": "git",
1919
"url": "git+https://github.com/distinction-dev/serverless-dynamic-secrets.git"
2020
},
21-
"author": "Sid2601",
2221
"license": "MIT",
2322
"release": {
2423
"branches": [
2524
"main"
2625
]
2726
},
2827
"dependencies": {
29-
"yargs-parser": "^21.1.1"
28+
"yargs-parser": "^21.1.1",
29+
"semantic-release": "^19.0.5"
3030
},
3131
"devDependencies": {
3232
"@semantic-release/changelog": "^6.0.0",
3333
"@semantic-release/git": "^10.0.0",
3434
"@semantic-release/github": "^10.0.0",
3535
"@semantic-release/npm": "^10.0.0",
36-
"jest": "^29.0.0",
37-
"semantic-release": "^20.0.0"
36+
"jest": "^29.0.0"
3837
},
3938
"publishConfig": {
4039
"access": "public"

0 commit comments

Comments
 (0)