Skip to content

Commit

Permalink
feat: 🔖 2.2.1 - Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Apr 11, 2024
1 parent 4803900 commit d1e689f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-llamas-beam.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @crbroughton/sibyl

## 2.2.1

### Patch Changes

- 63b74c4: update README.md files with correct information

## 2.2.0

### Minor Changes

- 890ee0c: varchar type now supports size key:value
- d87af46: entries are now NOT NULL by default; The nullable option can now only be set to true
- 348db96: add the primary type - this type can be used, which will allow you to omit the nullable, primary and unique key:values
- 0060407: Add libSQL support - Sibyl now supports the libSQL implementation of SQLite

## 2.1.1

- Bump version because of npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crbroughton/sibyl",
"type": "module",
"version": "2.1.0",
"version": "2.2.1",
"description": "A lightweight query builder",
"author": "Craig R Broughton",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/bun/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crbroughton/sibyl_bun",
"type": "module",
"version": "2.1.2",
"version": "2.2.1",
"description": "A lightweight query builder for Bun",
"author": "Craig R Broughton",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/libsql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crbroughton/sibyl_libsql",
"type": "module",
"version": "2.1.2",
"version": "2.2.1",
"description": "A lightweight query builder for libsql",
"author": "Craig R Broughton",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/sqljs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crbroughton/sibyl",
"type": "module",
"version": "2.1.2",
"version": "2.2.1",
"description": "A lightweight query builder for sql.js",
"author": "Craig R Broughton",
"license": "MIT",
Expand Down

0 comments on commit d1e689f

Please sign in to comment.