Skip to content

Commit

Permalink
Released v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
durgeshm01722 committed Oct 23, 2024
1 parent a984f08 commit 09838a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
continue-on-error: true
timeout-minutes: 10
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circleci-config-visualizer",
"version": "0.1.6",
"version": "0.1.7",
"description": "A tool to visualize CircleCI config files",
"main": "cli/build/index.js",
"bin": {
Expand Down

0 comments on commit 09838a6

Please sign in to comment.