Skip to content

Commit

Permalink
Bump version from 2.0.1 to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Apr 30, 2022
1 parent 6bbb250 commit b354306
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kutt",
"version": "2.0.1",
"version": "2.0.2",
"description": "Node.js & browser (TypeScript) client for Kutt url shortener",
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)",
"license": "MIT",
Expand Down Expand Up @@ -40,11 +40,11 @@
"axios": "^0.27.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"axios": "^0.27.2",
"eslint": "^8.13.0",
"eslint": "^8.14.0",
"eslint-plugin-import": "^2.26.0",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
}
}

0 comments on commit b354306

Please sign in to comment.