Skip to content

Commit

Permalink
Version Packages (#58)
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] authored Nov 19, 2022
1 parent 75f58c0 commit 53dfda1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/wicked-ducks-hide.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.7.0

### Minor Changes

- [#57](https://github.com/Interactions-as-a-Service/d1-orm/pull/57) [`75f58c0`](https://github.com/Interactions-as-a-Service/d1-orm/commit/75f58c0135aeec838caec4a7d447296cff1dab06) Thanks [@Skye-31](https://github.com/Skye-31)! - Feat: Make `new Model()` option for ORM optional. Add Model.D1Orm getter & Model.SetOrm() to allow people to provide an orm after the constructor has been initialised

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

0 comments on commit 53dfda1

Please sign in to comment.