Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
- 🚀 Show an error and help if a CLI command is missing.
- 👷 Update dependencies.
  • Loading branch information
darekkay committed Oct 31, 2019
1 parent 99925f6 commit 011d518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Unreleased
## 2.0.4 (2019-10-31)
- :rocket: Show an error and help if a CLI command is missing.
- :construction_worker: Update dependencies.

## 2.0.3 (2019-07-17)
- :bug: Fix search field cut-off on mobile.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"url": "https://github.com/darekkay/static-marks.git"
},
"scripts": {
"build": "node bin/static-marks -o build/bookmarks.html build test/examples/*",
"build": "node bin/static-marks build -o build/bookmarks.html test/examples/*",
"ci": "npm run lint:check && npm run test",
"format": "prettier --write -- \"{src,bin,test}/**/*.{js,json}\"",
"lint:check": "eslint **/*.js",
Expand Down

0 comments on commit 011d518

Please sign in to comment.