Skip to content

Commit

Permalink
Merge pull request #10 from Haberkamp/bump-version
Browse files Browse the repository at this point in the history
chore: bump version
  • Loading branch information
Haberkamp authored Jul 10, 2023
2 parents f1929e7 + 9dcb8ce commit 3c4ccdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ink-spreadsheet",
"version": "0.1.0",
"version": "0.1.1",
"description": "An ink component to render a spreadsheet to the terminal",
"license": "MIT",
"author": "Nils Haberkamp",
Expand All @@ -21,7 +21,7 @@
"typecheck:watch": "vitest typecheck",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint:commit": "commitlint --from=32a84c2",
"lint:commit": "commitlint --from=529156b",
"lint": "eslint ./src ./tests --report-unused-disable-directives"
},
"keywords": [
Expand Down

0 comments on commit 3c4ccdc

Please sign in to comment.