diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..8d90662a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [2.4.0](https://github.com/liuyib/hexo-theme-stun/compare/v2.3.0...v2.4.0) (2020-12-11) + + +### Features + +* enable toc in custom pages by setting front-matter ([#136](https://github.com/liuyib/hexo-theme-stun/issues/136)) ([e698b93](https://github.com/liuyib/hexo-theme-stun/commit/e698b938752c668901c5e7d3dde943e172b45060)) + + +### Bug Fixes + +* **repeat:** toc cannot be expanded automatically ([3db6aea](https://github.com/liuyib/hexo-theme-stun/commit/3db6aea8924015b8ea04a09c94a4dbc9958a562d)) diff --git a/package-lock.json b/package-lock.json index 47a37001..7df8e360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 54ed1d5a..c930d8f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stun", - "version": "2.3.0", + "version": "2.4.0", "description": "A beautiful & simple theme for Hexo", "homepage": "https://liuyib.github.io", "scripts": {