diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e17f191..62b03a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version-file: '.nvmrc' + node-version: '24' cache: 'pnpm' - name: Install dependencies @@ -51,4 +51,5 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_CONFIG_PROVENANCE: true run: pnpm exec semantic-release diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 501a399..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,13 +0,0 @@ -# [1.9.0](https://github.com/shotstack/oas-api-definition/compare/v1.8.7...v1.9.0) (2026-03-12) - - -### Bug Fixes - -* Add type-based fallback release rules for conventional commits ([a4e8128](https://github.com/shotstack/oas-api-definition/commit/a4e812809f6622aa04d88a257e5a87737702fee0)) -* added shadow and textdecorations ([ee84599](https://github.com/shotstack/oas-api-definition/commit/ee84599ce0d51c51eb31b0a27c0f1d6578a6cbb3)) -* publishing package ([64780d4](https://github.com/shotstack/oas-api-definition/commit/64780d44d8b4567994dcd9d080dd2f91e0d20e27)) - - -### Features - -* Add concurrency control to the workflow queues releases so they run one at a time ([4c7c973](https://github.com/shotstack/oas-api-definition/commit/4c7c973150b3c4a9c947dbdd9adea714a63ef9d6)) diff --git a/package.json b/package.json index aba7f40..8fc25cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shotstack/schemas", - "version": "1.9.0", + "version": "1.8.7", "description": "Centralized OpenAPI schemas and TypeScript types for Shotstack API", "type": "module", "main": "dist/index.js", @@ -86,7 +86,8 @@ }, "publishConfig": { "access": "public", - "registry": "https://registry.npmjs.org/" + "registry": "https://registry.npmjs.org/", + "provenance": true }, "engines": { "node": ">=20"