Skip to content

Commit

Permalink
Version v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsiddiq-till committed Jun 14, 2021
1 parent dc72bd4 commit 6cd2997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- name: Install Node Dependencies
run: yarn install
run: yarn install; cd examples; yarn install; cd ..
- name: Build packages
run: yarn build
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"xml",
"printer"
],
"version": "0.1.8",
"version": "0.1.9",
"files": [
"lib",
"LICENSE",
Expand Down

0 comments on commit 6cd2997

Please sign in to comment.