chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-02-12 12:48:26 +00:00 committed by Joakim Carlstein
parent 1065322435
commit ae9e8b1b04
10 changed files with 25 additions and 23 deletions

View file

@ -1,5 +1,15 @@
# @emigrate/docs
## 1.0.0
### Major Changes
- 1d33d65: Rename the URL path "/commands/" to "/cli/" to make it more clear that those pages are the documentation for the CLI. This change is a BREAKING CHANGE because it changes the URL path of the pages.
### Minor Changes
- 0c597fd: Add a separate page for the Emigrate CLI itself, with all the commands as sub pages
## 0.4.0
### Minor Changes

View file

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