diff --git a/CHANGELOG.md b/CHANGELOG.md index 31068ae..d7a7577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +## 3.0.2 (2018-03-30) + +* 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) + + + ## 3.0.1 (2018-02-19) diff --git a/package-lock.json b/package-lock.json index 7badefc..fd73b23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hexo-helper-live2d", - "version": "3.0.2-beta.0", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9ea435..b3cb079 100755 --- a/package.json +++ b/package.json @@ -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": {