Skip to content

Commit

Permalink
Update Version Numbers for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelicButter committed May 27, 2022
1 parent 1618389 commit 906d712
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 75 deletions.
142 changes: 71 additions & 71 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anilist-node",
"version": "1.12.0",
"version": "1.12.1",
"description": "A lightweight Node.js wrapper for the AniList API",
"main": "./lib/index.js",
"types": "./lib/types/index.d.ts",
Expand Down Expand Up @@ -49,12 +49,12 @@
],
"devDependencies": {
"docdash": "^1.2.0",
"eslint": "^8.13.0",
"eslint": "^8.16.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jsdoc": "^3.6.10",
"lint-staged": "^12.4.0",
"lint-staged": "^12.4.2",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
"typescript": "^4.7.2"
}
}

0 comments on commit 906d712

Please sign in to comment.