From 2e8dac4a510de19e94f7cc30276127e8343b981b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:23:35 +0100 Subject: [PATCH] Version Packages (#70) Co-authored-by: github-actions[bot] --- .changeset/quick-cups-fix.md | 5 ----- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/quick-cups-fix.md diff --git a/.changeset/quick-cups-fix.md b/.changeset/quick-cups-fix.md deleted file mode 100644 index 9cff5a2..0000000 --- a/.changeset/quick-cups-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"d1-orm": minor ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a1275..35671c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 2f971bf..7510c48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "d1-orm", - "version": "0.7.2", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "d1-orm", - "version": "0.7.2", + "version": "0.8.0", "license": "ISC", "devDependencies": { "@changesets/changelog-github": "^0.4.7", diff --git a/package.json b/package.json index 8ac2c3e..f372e4b 100644 --- a/package.json +++ b/package.json @@ -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": [