Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cold-forks-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-shrimps-wear.md

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release

on:
push:
branches:
- main
#branches:
# - main
workflow_dispatch:
# Dev publishing

Expand All @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@powersync/sql-js",
"version": "0.0.5",
"version": "0.0.6",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
Expand Down