Skip to content

Commit

Permalink
Version Packages (#70)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 11, 2023
1 parent 2d5cbef commit 2e8dac4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-cups-fix.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# d1-orm

## 0.8.0

### Minor Changes

- [#69](https://github.com/Interactions-as-a-Service/d1-orm/pull/69) [`2d5cbef`](https://github.com/Interactions-as-a-Service/d1-orm/commit/2d5cbefc2e904f34781f670cc46f9765492c290e) Thanks [@helloimalastair](https://github.com/helloimalastair)! - Adds a `withRowId` option to the Model class, defaulting to false. When not set to `true`, the `Model.createTableDefinition` will now include a `WITHOUT ROWID` line, which can optimise the performance of a majority of tables.

## 0.7.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d1-orm",
"version": "0.7.2",
"version": "0.8.0",
"private": false,
"description": "A simple strictly typed ORM for Cloudflare's D1 product",
"keywords": [
Expand Down

0 comments on commit 2e8dac4

Please sign in to comment.