Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

v1.6.1

Choose a tag to compare

@sapientpants sapientpants released this 14 Sep 06:38
· 27 commits to main since this release

Patch Changes

  • #166 8828190 - Fix changelog format configuration and add custom changelog generator for improved release notes formatting

  • #169 1603c83 - fix: add build step before changeset versioning in ci

    • Build TypeScript before running changeset version command to ensure custom changelog generator is available
    • Clean build directory before final release build to ensure SBOM reflects exact release artifacts
    • Fixes CI pipeline failure when using custom changelog generator
  • #168 b7ab8d4 - chore: remove unused dependencies and Jest configuration

    • Removed unused production dependencies: cors, express, pino, pino-roll, pino-syslog
    • Removed unused dev dependencies related to Jest (project uses Vitest): @eslint/js, @fast-check/vitest, @jest/globals, @types/cors, @types/express, @types/jest, @types/supertest, fast-check, jest, pino-pretty, supertest, ts-jest, ts-node, ts-node-dev
    • Removed jest.config.js as the project uses Vitest for testing
  • #167 ee5c975 - Update dependencies to latest versions

    • Update @modelcontextprotocol/sdk from 1.17.4 to 1.18.0
    • Update axios from 1.11.0 to 1.12.1
    • Update pino from 9.9.4 to 9.9.5
    • Update @types/node from 24.3.1 to 24.3.3 (dev dependency)
    • Constrain zod to >=3.25.0 <4.0.0 to prevent breaking changes from v4

    All tests pass and no security vulnerabilities found.