Skip to content

Commit

Permalink
v bump to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Oct 1, 2020
1 parent 1bc13d0 commit d9940d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.6.5

- Add `--ignore-plugins` flag to ignore executing plugins. (Thanks to [abhijit-hota](https://github.com/abhijit-hota) for [#80](https://github.com/abelljs/abell/pull/80))

## v0.6.4

- Fix `afterBuild` plugins executing after dev-server
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abell",
"version": "0.6.4",
"version": "0.6.5",
"description": "Abell is a static blog generator that generates blog in Vanilla JavaScript",
"funding": {
"type": "patreon",
Expand Down Expand Up @@ -65,4 +65,4 @@
"pre-commit": "npm run prettier && eslint . --fix && npm run eslint"
}
}
}
}

0 comments on commit d9940d5

Please sign in to comment.