# sesame: v0.2.0

release · 2026-02-10 · #sesame · v0.2.0

### Minor Changes

-   8beab04: Migrate runtime from Bun APIs to Node.js APIs and switch project workflows to pnpm while keeping Bun only for binary builds.

    Key updates:

    -   use `node:sqlite` instead of `bun:sqlite`
    -   replace Bun file APIs with Node fs APIs
    -   run tests with Vitest
    -   use pnpm lockfile/workflows in CI and release pipelines
    -   keep `build:binary` on Bun for compiled binaries

### Patch Changes

-   2c99cb6: Enable TypeScript type emission by removing `allowImportingTsExtensions` and setting `noEmit: false`

- [GitHub release](https://github.com/aliou/sesame/releases/tag/v0.2.0)
