emigrate/packages/postgres/CHANGELOG.md
2023-12-19 14:51:40 +01:00

35 lines
799 B
Markdown

# @emigrate/postgres
## 0.2.2
### Patch Changes
- Updated dependencies [a6c6e6d]
- @emigrate/types@0.9.1
- @emigrate/plugin-tools@0.9.2
## 0.2.1
### Patch Changes
- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files.
- Updated dependencies [3a8b06b]
- @emigrate/plugin-tools@0.9.1
## 0.2.0
### Minor Changes
- ce6946c: Emigrate supports Bun, make use of the `bun` key in package.json `exports`
### Patch Changes
- Updated dependencies [ce6946c]
- @emigrate/plugin-tools@0.9.0
- @emigrate/types@0.9.0
## 0.1.0
### Minor Changes
- 17c4723: Implement the first version of the @emigrate/postgres plugin