Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.25 KB

CHANGELOG.md

File metadata and controls

66 lines (37 loc) · 2.25 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2021-12-30)

⚠ BREAKING CHANGES

Bug Fixes

build

  • drop support old node (43461d4)

  • drop (explicit) support for Node v8 (a093dc1)

  • update highlight.js (e879559)

2.0.0 (2020-08-25)

⚠ BREAKING CHANGES

  • require Node >= 10
  • Drop support for Node v8

Bug Fixes

  • drop (explicit) support for Node v8 (a093dc1)

build

1.1.1 (2019-08-30)

1.1.0 (2019-08-21)

Features

1.0.3 (June 06, 2019)

  • Chore: Upgrade highlight.js 9.12.0 => ^9.15.0

1.0.2 (Mar 28, 2018)

  • Fixed: Add hljs class to container element
  • Internal: Add npm lifecycle hooks to prevent oopsies

1.0.1 (Mar 27, 2018)

  • Fixed: README
  • Fixed: package.json => engines

1.0.0 (Mar 27, 2018)

  • Added: Initial version