diff --git a/.changeset/cold-forks-worry.md b/.changeset/cold-forks-worry.md deleted file mode 100644 index fce36b6..0000000 --- a/.changeset/cold-forks-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@powersync/sql-js": patch ---- - -Use trusted publishing to publish this package. diff --git a/.changeset/grumpy-shrimps-wear.md b/.changeset/grumpy-shrimps-wear.md deleted file mode 100644 index 4738f94..0000000 --- a/.changeset/grumpy-shrimps-wear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@powersync/sql-js": patch ---- - -Update PowerSync core extension to version 0.4.8. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ca1fa9..5e817d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,8 @@ name: Release on: push: - branches: - - main + #branches: + # - main workflow_dispatch: # Dev publishing @@ -12,6 +12,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }} permissions: id-token: write # Required for OIDC contents: write # Required for changesets pushing + pull-requests: write # Required for changesets to create PRs jobs: release: diff --git a/CHANGELOG.md b/CHANGELOG.md index ef93f48..5a1919d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @powersync/sql-js +## 0.0.6 + +### Patch Changes + +- 562fdaf: Use trusted publishing to publish this package. +- 562fdaf: Update PowerSync core extension to version 0.4.8. + ## 0.0.5 ### Patch Changes diff --git a/package.json b/package.json index ee99cc0..ea39330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@powersync/sql-js", - "version": "0.0.5", + "version": "0.0.6", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public"