v7.1.1

hexojs/hexov7.1.1Jan 22, 2024by yoshinorin

AI Summary

A minor patch release that fixes a bug in tag escaping and updates npm scripts to use `prepublishOnly` instead of the deprecated `prepublish`.

Key Highlights

  • Fixed `escapeTags` to correctly handle tags that include line breaks.
  • Updated npm scripts to use `prepublishOnly` for better package management.

Full Release Notes

## Fixes

* fix(escapeTags): escape tag which includes line break by @uiolee in https://github.com/hexojs/hexo/pull/5402

## Misc

* chore: use `prepublishOnly` instead of `prepublish` and run `npm install` in `prepublishOnly` script by @yoshinorin in https://github.com/hexojs/hexo/pull/5399

**Full Changelog**: https://github.com/hexojs/hexo/compare/v7.1.0...v7.1.1