Skip to content

Commit

Permalink
chore(release): set package.json to 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.1](v1.3.0...v1.3.1) (2023-08-03)

### Bug Fixes

* add site.language missing error console ([342c969](342c969))
* plugin fails if some comment plugin is not configured ([32a1c02](32a1c02))
* version now fetch from package fallback to theme folder ([63aeda1](63aeda1))
  • Loading branch information
semantic-release-bot committed Aug 3, 2023
1 parent d2ae5e3 commit 7edf774
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.3.1](https://github.com/auroral-ui/hexo-plugin-aurora/compare/v1.3.0...v1.3.1) (2023-08-03)


### Bug Fixes

* add site.language missing error console ([342c969](https://github.com/auroral-ui/hexo-plugin-aurora/commit/342c96971922b4e9804e2eee36ee7c294e1460c3))
* plugin fails if some comment plugin is not configured ([32a1c02](https://github.com/auroral-ui/hexo-plugin-aurora/commit/32a1c0231c60a6d05707869fc8c9560356079233))
* version now fetch from package fallback to theme folder ([63aeda1](https://github.com/auroral-ui/hexo-plugin-aurora/commit/63aeda182868c4746a5d1a26a965cca25ee56f58))

# [1.3.0](https://github.com/auroral-ui/hexo-plugin-aurora/compare/v1.2.0...v1.3.0) (2023-08-02)


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": "hexo-plugin-aurora",
"version": "1.3.0",
"version": "1.3.1",
"description": "A plugin for Hexo Aurora theme",
"main": "index.js",
"keywords": [
Expand Down

0 comments on commit 7edf774

Please sign in to comment.