chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-02-05 13:50:43 +00:00 committed by Joakim Carlstein
parent f8a5cc728d
commit ff89dd4f86
31 changed files with 93 additions and 76 deletions

View file

@ -1,5 +1,12 @@
# @emigrate/docs
## 0.3.0
### Minor Changes
- f6761fe: Document the changes to the "remove" command, specifically that it also accepts relative file paths now
- 9109238: Document the changes to the "up" command's `--from` and `--to` options, specifically that they can take relative file paths and that the given migration must exist.
## 0.2.0
### Minor Changes

View file

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