Skip to content

Commit

Permalink
5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Sep 21, 2023
1 parent e2a3d7d commit a6e3e6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"content",
"api"
],
"version": "5.1.1",
"version": "5.2.0",
"engines": {
"node": ">=0.10.3"
},
Expand Down Expand Up @@ -51,7 +51,8 @@
"prepublishOnly": "npm run test",
"docs": "typedoc --mode file --out ./docs ./src/index.ts",
"declarations": "tsc --emitDeclarationOnly --declaration --declarationDir ./types",
"lint": "eslint src/**/*.ts"
"lint": "eslint src/**/*.ts",
"release": "npm publish --tag latest-v5"
},
"dependencies": {
"cross-fetch": "^3.0.6"
Expand Down

0 comments on commit a6e3e6d

Please sign in to comment.