Skip to content

v0.8.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@sudodoki sudodoki released this 12 Jan 07:13
· 13 commits to master since this release

Fixes:

  • update instructions on updating cleaver [@adriens]
  • fixing bug with progress bar not visible in default theme [@barneyb]
  • treating local theme file not found as remote theme 404 (just ignore) [@nuno-silva18]
  • syncing version in npm and in package.json in github

As always, you can upgrade cleaver with the following:

npm update -g cleaver

This release has an issue.
When you run with local theme you'll see

   if (err.code === 'ENOENT') {
           ^

TypeError: Cannot read property 'code' of null
    at {…}/cleaver/lib/helper.js:188:12

This is fixed in https://github.com/jdan/cleaver/releases/tag/v0.8.4