diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fb9eeb8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.2.0](https://github.com/raphaelbahat/pi-codegraphcontext/compare/v0.1.0...v0.2.0) (2026-09-06) + + +### Features + +* add toolchain — bun, biome, prek hooks, CI and release-please pipeline ([bb4d28b](https://github.com/raphaelbahat/pi-codegraphcontext/commit/bb4d28b2e609987c3a1f0648a7df599c669769d7)) + + +### Bug Fixes + +* add @types/bun and pin bun types for the TS 7 compiler ([0a90416](https://github.com/raphaelbahat/pi-codegraphcontext/commit/0a90416d6cd07d7684e68e2b80150ffa8414935b))