Skip to content

Commit 416ed1d

Browse files
committed
Release 0.3.1 version
1 parent f3697ca commit 416ed1d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.3.1
6+
7+
- Fixed accepted types for pglite.
8+
59
## 0.3.0
610

711
- Added `Database#select()`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nanostores/sql",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Nano Stores wrapper around SQLite or PGLite to generate reactive stores from SQL queries",
55
"keywords": [
66
"expo",

0 commit comments

Comments
 (0)