chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-02-09 13:01:02 +00:00 committed by Joakim Carlstein
parent c838ffb7f3
commit 0360d0b82f
15 changed files with 33 additions and 48 deletions

View file

@ -1,5 +1,17 @@
# @emigrate/docs
## 0.4.0
### Minor Changes
- b62c692: Add documentation for the built-in "json" reporter
- b62c692: The "default" reporter is now named "pretty"
- e7ec75d: Add note in FAQ on using Emigrate for existing databases
### Patch Changes
- c838ffb: Add note on how to write Emigrate's config using TypeScript in a production environment without having `typescript` installed.
## 0.3.0
### Minor Changes

View file

@ -2,7 +2,7 @@
"name": "@emigrate/docs",
"private": true,
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",