# hexo v7.1.0 - Product: hexo (https://whatsnew.fyi/product/hexo) - Vendor: hexojs - Date: 2024-01-19 - Version: v7.1.0 - Original notes: https://github.com/hexojs/hexo/releases/tag/v7.1.0 - Permalink: https://whatsnew.fyi/product/hexo/releases/v7.1.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add URL hash support for post_link tag - **changed** — Refactor types - **changed** — Bump typescript from 4.9.5 to 5.3.2 - **changed** — Bump c8 from 8.0.1 to 9.0.0 - **changed** — Bump sinon from 15.2.0 to 17.0.1 - **changed** — Bump lint-staged from 14.0.1 to 15.2.0 - **changed** — Remove @ts/eslint-plugin and parser from dev dependencies - **fixed** — Cast from number to string explicitly in types - **fixed** — Permalink should be overwritten when post_asset_folder is true - **fixed** — Check tag completeness in escapeAllSwigTags ##### Notable Changes * chore(Hexo): add event emitter descriptor by @dimaslanjaka in https://github.com/hexojs/hexo/pull/5302 * refactor: refactor types by @D-Sketon in https://github.com/hexojs/hexo/pull/5344 ##### New Features * Added URL hash support for post_link tag by @iliayatsenko in https://github.com/hexojs/hexo/pull/5356 ##### Fixes * fix(types): cast from `number` to `string` explicitly by @yoshinorin in https://github.com/hexojs/hexo/pull/5342 * fix: permalink should be overwritten when post_asset_folder is true by @D-Sketon in https://github.com/hexojs/hexo/pull/5254 * fix(escapeAllSwigTags): check tag completeness by @uiolee in https://github.com/hexojs/hexo/pull/5395 ##### CI/CD * ci(commenter): use workflows_run event to comment flamegraph by @uiolee in https://github.com/hexojs/hexo/pull/5384 * ci(benchmark): add PR permissions for comment by @uiolee in https://github.com/hexojs/hexo/pull/5334 ##### Dependencies * chore: bump typescript from 4.9.5 to 5.3.2 by @dependabot in https://github.com/hexojs/hexo/pull/5358 * chore(deps-dev): remove @ts/eslint-plugin, parser by @uiolee in https://github.com/hexojs/hexo/pull/5290 * chore: bump c8 from 8.0.1 to 9.0.0 by @dependabot in https://github.com/hexojs/hexo/pull/5391 * chore(dev-deps): bump sinon from 15.2.0 to 17.0.1 by @dependabot in https://github.com/hexojs/hexo/pull/5343 * chore(dev-deps): bump lint-staged from 14.0.1 to 15.2.0 by @dependabot in https://github.com/hexojs/hexo/pull/5373 ##### New Contributors * @iliayatsenko made their first contribution in https://github.com/hexojs/hexo/pull/5356 **Full Changelog**: https://github.com/hexojs/hexo/compare/v7.0.0...v7.1.0