Fix destructuring in multimethods

This commit is contained in:
Michiel Borkent 2023-01-05 11:33:19 +01:00
parent 4c5b74397e
commit 34e7cffad9
3 changed files with 7 additions and 3 deletions

View file

@ -88,8 +88,8 @@ script/release.clj
To create a new NPM release:
- Prepare minor version in `package.json` if it should be bumped
- Run `bb npm-publish`: this will compile, bump minor version, create tag and and push to npm and Github
- Prepare version `package.json`, except patch (if anything should change here)
- Run `bb npm-publish`: this will compile, bump patch version, create tag and and push to npm and Github
- Create Github release with updated links
- `bb replace-version 0.4.11 0.5.13`
- `bb gh-pages`