Skip to content

Commit

Permalink
Released v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
durgeshm01722 committed Oct 23, 2024
1 parent 66fead3 commit 8ab8e0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circleci-config-visualizer-cli",
"version": "0.1.2",
"version": "0.1.3",
"main": "index.js",
"bin": {
"circleci-config-visualizer": "./build/index.js"
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circleci-config-visualizer-client",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@monaco-editor/react": "^4.6.0",
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "circleci-config-visualizer",
"version": "0.1.2",
"version": "0.1.3",
"description": "A tool to visualize CircleCI config files",
"main": "cli/build/index.js",
"bin": {
Expand All @@ -12,10 +12,6 @@
"dev": "cd cli && nodemon src/index.ts",
"build": "cd cli && tsc"
},
"files": [
"cli",
"client"
],
"keywords": [
"circleci",
"config",
Expand Down

0 comments on commit 8ab8e0b

Please sign in to comment.