diff options
Diffstat (limited to 'packages/db')
-rw-r--r-- | packages/db/CHANGELOG.md | 10 | ||||
-rw-r--r-- | packages/db/package.json | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 0f9a08f2b..86cbc6d75 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/db +## 0.6.0 + +### Minor Changes + +- [#10312](https://github.com/withastro/astro/pull/10312) [`93ec9e264a1dbdff61233289418612f558508135`](https://github.com/withastro/astro/commit/93ec9e264a1dbdff61233289418612f558508135) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Revamp migrations system + +### Patch Changes + +- [#10313](https://github.com/withastro/astro/pull/10313) [`cb00c8b6927242369debe92ad2bc7e791616696a`](https://github.com/withastro/astro/commit/cb00c8b6927242369debe92ad2bc7e791616696a) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix bad package.json types + ## 0.5.0 ### Minor Changes diff --git a/packages/db/package.json b/packages/db/package.json index 43fac6492..06c113649 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.5.0", + "version": "0.6.0", "description": "", "license": "MIT", "type": "module", |