Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ After cloning the repository, run the docs site in development mode with:

```sh
npm install
npm start
npm run dev
```

### Editor setup
Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ head:

# Changelog

## 1.5.1

* Fix ESM import issue introduced in `1.4.0`.

## 1.5.0

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