Skip to content

Commit

Permalink
chore: release v2.0.0-alpha.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoeryanto committed Oct 28, 2018
1 parent 96f8250 commit aa4875c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="2.0.0-alpha.0"></a>
# [2.0.0-alpha.0](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v1.1.1...v2.0.0-alpha.0) (2018-10-28)


### Code Refactoring

* move dependency to `peerDependencies` ([96f8250](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/96f8250))


### BREAKING CHANGES

* `esm` need to be installed manually for cli usage



<a name="1.1.1"></a>
## [1.1.1](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v1.1.0...v1.1.1) (2018-10-28)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-sitemap",
"version": "1.1.1",
"version": "2.0.0-alpha.0",
"description": "Sitemap generator plugin for vuepress",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit aa4875c

Please sign in to comment.