chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-01-19 12:44:24 +00:00 committed by Joakim Carlstein
parent 49d8925778
commit 576dfbb124
11 changed files with 23 additions and 37 deletions

8
docs/CHANGELOG.md Normal file
View file

@ -0,0 +1,8 @@
# @emigrate/docs
## 0.1.0
### Minor Changes
- cbc35bd: Add first version of the [Baseline guide](https://emigrate.dev/guides/baseline)
- cbc35bd: Document the new --limit, --from and --to options for the ["up" command](https://emigrate.dev/commands/up/)

View file

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