diff --git a/.husky/pre-commit b/.husky/pre-commit index c92bfe1..6e3cedc 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/bash bun run bump:version -git add package.json \ No newline at end of file +git add package.json CHANGELOG.md \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2d64c40 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + + +## v0.0.12 + + +### 🏡 Chore + +- Try something ([dbde503](https://github.com/risc0/risc0-ui/commit/dbde503)) +- Try something2 ([999c1ef](https://github.com/risc0/risc0-ui/commit/999c1ef)) +- Cleanup ([9cf2e21](https://github.com/risc0/risc0-ui/commit/9cf2e21)) +- Move up one folder ([9aa2924](https://github.com/risc0/risc0-ui/commit/9aa2924)) +- Cleanup package.json ([1e7653c](https://github.com/risc0/risc0-ui/commit/1e7653c)) +- Cleanup everything ([736bf4f](https://github.com/risc0/risc0-ui/commit/736bf4f)) +- Try to remove files ([2cffc4d](https://github.com/risc0/risc0-ui/commit/2cffc4d)) +- Re-add files ([8201f83](https://github.com/risc0/risc0-ui/commit/8201f83)) +- Add husky hook for versioning ([a810503](https://github.com/risc0/risc0-ui/commit/a810503)) +- Remove prerelease flag ([d6adc0d](https://github.com/risc0/risc0-ui/commit/d6adc0d)) +- Wrapping up ([3a1f07e](https://github.com/risc0/risc0-ui/commit/3a1f07e)) +- Add release flow ([a0ccfb8](https://github.com/risc0/risc0-ui/commit/a0ccfb8)) +- Add release flow ([5da2311](https://github.com/risc0/risc0-ui/commit/5da2311)) +- Add release flow ([4bd49bd](https://github.com/risc0/risc0-ui/commit/4bd49bd)) +- Fix yml ([bf4398b](https://github.com/risc0/risc0-ui/commit/bf4398b)) +- Better pipelin ([03e8a90](https://github.com/risc0/risc0-ui/commit/03e8a90)) +- Bunx -> npx ([1cb00f2](https://github.com/risc0/risc0-ui/commit/1cb00f2)) + +### ❤️ Contributors + +- Cohan Carpentier + diff --git a/package.json b/package.json index 9fa4a40..b13c34b 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,9 @@ { "name": "@risc0/ui", - "version": "0.0.11", - "repository": { - "type": "git", - "url": "https://github.com/risc0/risc0-ui" - }, + "version": "0.0.12", "type": "module", "scripts": { - "bump:version": "bunx changelogen --bump --no-output", + "bump:version": "bunx changelogen --bump", "check": "bunx @biomejs/biome check . --apply-unsafe", "prepare": "npx husky", "sort-package": "bunx sort-package-json 'package.json'",