Skip to content

Commit

Permalink
chore: add sementic release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Airfooox committed Mar 31, 2021
1 parent 3e4d8ab commit 3cc31d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cron-validate",
"version": "1.2.0",
"version": "1.4.2",
"description": "cron-validate is a cron-expression validator written in TypeScript.",
"scripts": {
"dev": "nodemon",
Expand Down Expand Up @@ -79,7 +79,10 @@
},
"devDependencies": {
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/release-notes-generator": "^9.0.2",
"@types/jest": "26.0.22",
"@types/node": "13.13.46",
"@types/yup": "0.29.11",
Expand Down

0 comments on commit 3cc31d7

Please sign in to comment.