Skip to content

Commit

Permalink
v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Mar 3, 2023
1 parent a825f66 commit bf263b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lithic",
"version": "0.13.1",
"version": "0.13.2",
"description": "Client library for the Lithic API",
"author": "Lithic <[email protected]>",
"types": "dist/cjs/index.d.ts",
Expand Down Expand Up @@ -30,13 +30,13 @@
"qs": "^6.10.3"
},
"devDependencies": {
"lithic": "link:.",
"@types/jest": "^27.5.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.22.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^28.1.0",
"lithic": "link:.",
"prettier": "rattrayalex/prettier#postfix-ternaries",
"ts-jest": "^28.0.2",
"ts-node": "^10.5.0",
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.13.1';
export const VERSION = '0.13.2';

0 comments on commit bf263b6

Please sign in to comment.