Skip to content

Commit 5c3d28d

Browse files
committed
Bump version
1 parent 1275fe9 commit 5c3d28d

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,7 @@ on:
88
types: [created]
99

1010
jobs:
11-
build:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
16-
with:
17-
node-version: 20
18-
- run: yarn
19-
- uses: nikeee/setup-pandoc@v1
20-
- run: npm test
21-
2211
publish-npm:
23-
needs: build
2412
runs-on: ubuntu-latest
2513
steps:
2614
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pandiff",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Prose diffs for any document format supported by Pandoc",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)