Skip to content

Commit

Permalink
chore: publish new package versions (#1152)
Browse files Browse the repository at this point in the history
# Releases
## electric-sql@0.10.1

### Patch Changes

- b7faf72: Fixed GC on the client after a server-requested reset if
nested shapes are used

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 12, 2024
1 parent b7faf72 commit 46e70c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/strong-flies-sell.md

This file was deleted.

6 changes: 6 additions & 0 deletions clients/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# electric-sql

## 0.10.1

### Patch Changes

- b7faf724: Fixed GC on the client after a server-requested reset if nested shapes are used

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.0",
"version": "0.10.1",
"name": "electric-sql",
"description": "ElectricSQL TypeScript client for developing local-first SQL apps. Supports JavaScript based mobile, web and edge applications.",
"repository": "https://github.com/electric-sql/electric/tree/main/clients/typescript",
Expand Down
2 changes: 1 addition & 1 deletion clients/typescript/src/version/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = '0.10.0'
export const LIB_VERSION = '0.10.1'

0 comments on commit 46e70c0

Please sign in to comment.