Skip to content

Commit

Permalink
Version Packages (#52)
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 13, 2022
1 parent fc7cb87 commit 65bcbb6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/nine-paws-flash.md

This file was deleted.

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

## 0.5.5

### Patch Changes

- [`fc7cb87`](https://github.com/Interactions-as-a-Service/d1-orm/commit/fc7cb87c677e7b673ac0530baf00cafe7be67c73) Thanks [@Skye-31](https://github.com/Skye-31)! - Feat: Allow null items in Infer<Model>

This change checks NOT NULL constraints on the model definition, and allows null when the constraint is not present.

## 0.5.4

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

0 comments on commit 65bcbb6

Please sign in to comment.