Skip to content

Commit

Permalink
chore: add semantic-release npm plugin to update versions automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Feb 29, 2024
1 parent a1cafe2 commit 9baf6b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "bullmq-proxy",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"main": "index.js",
"author": "Manuel Astudillo <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -34,6 +35,7 @@
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@tsconfig/node-lts": "^18.12.5",
"@types/node": "^12.0.0",
"bun-types": "^1.0.29",
Expand All @@ -55,6 +57,12 @@
"changelogFile": "docs/gitbook/changelog.md"
}
],
[
"@semantic-release/npm",
{
"npmPublish": true
}
],
"@semantic-release/github",
[
"@semantic-release/git",
Expand Down

0 comments on commit 9baf6b8

Please sign in to comment.