Skip to content

Commit

Permalink
chore: release v1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: teobler <[email protected]>
  • Loading branch information
teobler committed Feb 21, 2023
1 parent b2fc422 commit 00eaeee
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-integration/swr-request-generator",
"version": "1.2.0",
"version": "1.2.1",
"description": "A tool for generating TypeScript code and interface from swagger by using SWR and axios as client.",
"bin": {
"ts-codegen": "bin/ts-codegen.js"
Expand All @@ -16,7 +16,9 @@
"test:watch": "vitest",
"test:cov": "vitest run --coverage",
"lint": "eslint src",
"build": "tsup"
"build": "tsup",
"preversion": "pnpm run test && pnpm run lint && pnpm run build",
"release": "bumpp && pnpm publish"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,6 +48,7 @@
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitest/coverage-c8": "^0.28.4",
"bumpp": "^8.2.1",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
56 changes: 56 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 00eaeee

Please sign in to comment.