Skip to content

Commit

Permalink
chore: publish to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 2, 2024
1 parent 616eafe commit 58c2d37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

bun run bump:version
git add package.json CHANGELOG.md
git add package.json
123 changes: 0 additions & 123 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@risc0/ui",
"version": "0.0.15",
"version": "0.0.17",
"type": "module",
"scripts": {
"bump:version": "bunx changelogen --bump",
"bump:version": "bunx changelogen --bump --no-output",
"check": "bunx @biomejs/biome check . --apply-unsafe",
"prepare": "npx husky",
"sort-package": "bunx sort-package-json 'package.json'",
Expand Down

0 comments on commit 58c2d37

Please sign in to comment.