Skip to content

Commit

Permalink
chore: updating release config
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Jan 21, 2024
1 parent c64e3ba commit 6b95edb
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 4 deletions.
54 changes: 52 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqs-consumer",
"version": "8.1.3",
"version": "8.1.5",
"description": "Build SQS-based Node applications without the boilerplate",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -118,13 +118,24 @@
}
}
],
"@semantic-release/git",
"@semantic-release/changelog",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"CHANGELOG.md",
"package.json",
"package-lock.json"
]
}
],
"@semantic-release/npm"
]
},
"devDependencies": {
"@cucumber/cucumber": "10.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
Expand Down

0 comments on commit 6b95edb

Please sign in to comment.