Skip to content

Commit a9d645f

Browse files
committed
Version bump
1 parent 9c58d40 commit a9d645f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-handle-errors",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "ESLint rules for handling errors",
55
"keywords": [
66
"eslint",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const flatConfig = {
2525
export = {
2626
meta: {
2727
name: 'eslint-plugin-handle-errors',
28-
version: '0.1.1',
28+
version: '0.2.0',
2929
},
3030
...index,
3131
configs: {

0 commit comments

Comments
 (0)