Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darekkay committed May 2, 2019
1 parent e9201b1 commit a656043
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Unreleased


## 2.0.0 (2019-05-02)
- :sparkles: Import bookmarks from Chrome, Firefox or Pocket.
- :boom: BREAKING CHANGE: The CLI interface was refactored to support subcommands. To build a bookmarks app, use the `build` command: `static-marks [options] build <files>`.
- :boom: BREAKING CHANGE: Input file argument(s) are now required (previously the current folder was used as fallback).
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "static-marks",
"description": "Shareable bookmarks",
"version": "1.0.8",
"version": "2.0.0",
"author": "Darek Kay <hello@darekkay.com> (https://darekkay.com/)",
"bin": {
"static-marks": "bin/static-marks.js"
Expand Down
2 changes: 1 addition & 1 deletion src/_template.html

Large diffs are not rendered by default.

0 comments on commit a656043

Please sign in to comment.