Skip to content

Commit

Permalink
Version Packages (#72)
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 Oct 29, 2023
1 parent 5c168e9 commit 91f5894
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-seas-check.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.9.0

### Minor Changes

- [#71](https://github.com/Interactions-as-a-Service/d1-orm/pull/71) [`5c168e9`](https://github.com/Interactions-as-a-Service/d1-orm/commit/5c168e91ab72e675435b38efd1a3aef988f92d9f) Thanks [@dtbuchholz](https://github.com/dtbuchholz)! - This introduces breaking changes by updating to the latest `@cloudflare/workers-types@^4.20231025.0`, including compatability changes for the D1Database `exec` API. Namely, the model methods `CreateTable` and `DropTable` now return a `D1ExecResult` instead of `D1Result`.

## 0.8.0

### Minor 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.8.0",
"version": "0.9.0",
"private": false,
"description": "A simple strictly typed ORM for Cloudflare's D1 product",
"keywords": [
Expand Down

0 comments on commit 91f5894

Please sign in to comment.