Skip to content

Commit 4098e2e

Browse files
authored
chore: change the Version to 1.0.0 (#120)
1 parent 56f6f2f commit 4098e2e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- run: pnpm install
5757
- run: |
5858
pnpm build
59-
pnpm -C ./lib release:github:registry
59+
pnpm release:github:registry
6060
env:
6161
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262
CI: true
@@ -79,6 +79,6 @@ jobs:
7979
- run: pnpm build
8080
env:
8181
CI: true
82-
- run: pnpm -C ./lib release:npm:registry
82+
- run: pnpm release:npm:registry
8383
env:
8484
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@himenon/openapi-typescript-code-generator",
3-
"version": "0.28.0",
4-
"private": true,
3+
"version": "1.0.0",
54
"description": "OpenAPI Code Generator using TypeScript AST.",
65
"keywords": [
76
"openapi",

0 commit comments

Comments
 (0)