We have released a new version of the official plugins hexo-deployer-git, hexo-generator-feed and hexo-generator-sitemap.
hexo-deployer-git 2.1.0
Features
- Support authenticating using an access token (either the value itself or an environment variable) specified in the config #135
- Refer to the doc for usage guide.
 
 
hexo-generator-feed 2.1.1
Fixes
hexo-generator-sitemap 2.0.0
Breaking change
- Drop Node 6, now requires Node 8.6+ #54
 
Features
- Switch minimatch to micromatch for faster file exclusion and support more search patterns #57
- See micromatch docs for supported patterns.
 
 - Add rel-sitemap tag #71
- Disabled by default as it’s not widely supported by search engines yet
 
 
Fixes
- Publish default template #50
 - Encode url except the domain (for IDN compatibility) #68
 - Skip generate if there are no posts and pages #78
 
Refactor
Dependencies
- Update eslint from v1 to v6 #34, #39, #53
 - Update mocha from v2 to v6 #35
 - Update nunjucks from v2 to v3 #38
 - Replace istanbul with nyc #51