Skip to content

Commit 9e6d578

Browse files
committed
0.7.1
1 parent 1849e1b commit 9e6d578

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
registry-url: "https://registry.npmjs.org"
3636
- name: Build npm package
3737
run: deno run -A scripts/build_npm.ts
38-
38+
3939
- name: Publish package
4040
run: npm publish --provenance --access public
4141
working-directory: ./npm

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rotu/structview",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"license": "MIT",
55
"tasks": {
66
"dev": "deno test --watch"

0 commit comments

Comments
 (0)