Version Packages

This commit is contained in:
github-actions[bot]
2022-08-20 18:24:30 +00:00
committed by Thomas Allmer
parent 39206a1738
commit 8b48fb9760
5 changed files with 9 additions and 16 deletions

View File

@@ -1,5 +1,13 @@
# @rocket/cli
## 0.20.2
### Patch Changes
- 39206a1: `rocket start` now outputs to `_site-dev` instead of `_site`.
- 39206a1: `rocket start` clears only its output folder (defaults to `_site-dev`)
- cbfb0f9: Add `rocket preview` command to enable fast checking of the production build
## 0.20.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@rocket/cli",
"version": "0.20.1",
"version": "0.20.2",
"publishConfig": {
"access": "public"
},