Skip to content

Commit 4770ebe

Browse files
authored
chore: update docs to v1.5.1 (#96)
1 parent e4daeab commit 4770ebe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ After cloning the repository, run the docs site in development mode with:
102102

103103
```sh
104104
npm install
105-
npm start
105+
npm run dev
106106
```
107107

108108
### Editor setup

docs/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ head:
1010

1111
# Changelog
1212

13+
## 1.5.1
14+
15+
* Fix ESM import issue introduced in `1.4.0`.
16+
1317
## 1.5.0
1418

1519
* Add support for injecting a script in previews with [`setPreviewScript`](api#▸-setPreviewScript).

0 commit comments

Comments
 (0)