Skip to content

Commit

Permalink
feat: version 1.3.0 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
Akronae committed Aug 2, 2024
1 parent 4d26c7a commit d596056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-exception-handling",
"version": "1.2.1",
"version": "1.3.0",
"description": "💣 Lints unhandled functions that might throw errors. For JavaScript/TypeScript eslint.",
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"scripts": {
"build": "pkgroll",
"test": "vitest run --reporter verbose",
"test": "yarn build && vitest run --reporter verbose",
"docs": "yarn build && eslint-doc-generator && eslint-doc-generator --init-rule-docs && eslint-doc-generator"
},
"dependencies": {
Expand Down

0 comments on commit d596056

Please sign in to comment.