Skip to content

Commit

Permalink
feat: initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ortiz committed May 26, 2024
1 parent 2802e33 commit 1a7b2a9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/commit-analyzer",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
Expand All @@ -22,4 +25,4 @@
"@semantic-release/release-notes-generator": "^13.0.0",
"semantic-release": "^23.1.1"
}
}
}

0 comments on commit 1a7b2a9

Please sign in to comment.