Skip to content

Commit

Permalink
fix: version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dknight committed May 18, 2023
1 parent cc73df5 commit 6527000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ecmaVersion": "latest",
"sourceType": "module"
},
"ignorePatterns": ["dist/*.js"],
"ignorePatterns": ["dist/*.js", "docs/*.js"],
"plugins": ["@typescript-eslint", "prettier"],
"rules": {
"indent": ["error", 2, {"SwitchCase": 1}],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isikukood",
"version": "3.0.0",
"version": "3.0.1",
"description": "Estonian personal ID (isikukood) JavaScript module",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 6527000

Please sign in to comment.