Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaa committed Feb 15, 2024
1 parent 03a5801 commit 5ba86d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssl-checker",
"version": "2.0.8",
"version": "2.0.9",
"description": "ssl-checker",
"main": "./lib/cjs/index.js",
"module": "./lib/es/index.js",
Expand All @@ -12,8 +12,7 @@
"format": "prettier --write '**/*.{ts,md}'",
"precommit": "pretty-quick --staged",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"prepublishOnly": "npm test",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
Expand Down

0 comments on commit 5ba86d3

Please sign in to comment.