Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Mar 30, 2018
1 parent a0a1828 commit c6bb4da
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="3.0.2"></a>
## <small>3.0.2 (2018-03-30)</small>

* docs: fix typo ([a0a1828](https://github.com/EYHN/hexo-helper-live2d/commit/a0a1828))
* docs: update changelog ([c7d2ac4](https://github.com/EYHN/hexo-helper-live2d/commit/c7d2ac4))
* docs: update lint-related ([d5402f4](https://github.com/EYHN/hexo-helper-live2d/commit/d5402f4))
* chore: bump version for preRelease ([e64a3f5](https://github.com/EYHN/hexo-helper-live2d/commit/e64a3f5))
* chore: update dependcies ([e8f736c](https://github.com/EYHN/hexo-helper-live2d/commit/e8f736c))
* chore: use hexo-log to print log ([8e81a5b](https://github.com/EYHN/hexo-helper-live2d/commit/8e81a5b)), closes [#99](https://github.com/EYHN/hexo-helper-live2d/issues/99)
* feat: add custom path support for js on path ([2089561](https://github.com/EYHN/hexo-helper-live2d/commit/2089561)), closes [#95](https://github.com/EYHN/hexo-helper-live2d/issues/95)
* perf: better RegExp from hexo-inject ([7e25de7](https://github.com/EYHN/hexo-helper-live2d/commit/7e25de7)), closes [#96](https://github.com/EYHN/hexo-helper-live2d/issues/96)
* style: lint ([cb32e30](https://github.com/EYHN/hexo-helper-live2d/commit/cb32e30))
* style: use markdownlint to lint documents ([36a1855](https://github.com/EYHN/hexo-helper-live2d/commit/36a1855))
* revert(injector): revert to use regExp to modify html ([e62d032](https://github.com/EYHN/hexo-helper-live2d/commit/e62d032)), closes [#91](https://github.com/EYHN/hexo-helper-live2d/issues/91)



<a name="3.0.1"></a>
## <small>3.0.1 (2018-02-19)</small>

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,6 +1,6 @@
{
"name": "hexo-helper-live2d",
"version": "3.0.2-beta.0",
"version": "3.0.2",
"description": "Add the Sseexxyyy live2d to your hexo!",
"main": "./index.js",
"devDependencies": {
Expand Down

0 comments on commit c6bb4da

Please sign in to comment.