Skip to content

Commit 00d8df3

Browse files
authored
Merge pull request #1 from voicevox-client/tuna2134-patch-1
Bump version
2 parents 0b6930b + 99fede0 commit 00d8df3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Lint
2+
13
on:
24
push:
35
branches:
@@ -15,4 +17,4 @@ jobs:
1517
- name: Install dependencies
1618
run: yarn install --frozen-lockfile --save-dev
1719
- name: Lint
18-
run: yarn lint
20+
run: yarn lint

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Publish package
2+
13
on:
24
release:
35
types: [published]
@@ -17,4 +19,4 @@ jobs:
1719
- name: Publish
1820
run: yarn publish
1921
env:
20-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
22+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voicevox-client",
3-
"version": "0.0.10",
3+
"version": "0.1.0",
44
"description": "Voicevox wrapper for ts/js",
55
"main": "dist/index.js",
66
"exports": {

0 commit comments

Comments
 (0)