Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Feb 2, 2023
1 parent 77e6f20 commit 1071086
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.8.0](https://github.com/metalsmith/markdown/compare/v1.7.0...v1.8.0)

> 18 December 2022
- Resolves #62, deprecates markdown options.<option> in favor of options.engineOptions.<option> [`#62`](https://github.com/metalsmith/markdown/issues/62)
- Provides dual ESM/CJS module [`a3b6271`](https://github.com/metalsmith/markdown/commit/a3b62712e3d27d8d50f2fcc50f426ce8f8851949)
- Adds Typescript support [`5ce04b8`](https://github.com/metalsmith/markdown/commit/5ce04b82664a747bc6a504c01ef138bc32d03814)
- Updates marked from 4.2.0 -> 4.2.4 [`fd2fc65`](https://github.com/metalsmith/markdown/commit/fd2fc6582764e29837dec8ec39de1f30f126770b)
- Renames default export to markdown for better auto-complete [`ba9c515`](https://github.com/metalsmith/markdown/commit/ba9c51595a2154458245b525a7c093d06aadd4c6)

#### [v1.7.0](https://github.com/metalsmith/markdown/compare/v1.6.0...v1.7.0)

> 4 November 2022
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metalsmith/markdown",
"version": "1.8.0",
"version": "1.9.0",
"description": "A Metalsmith plugin to render markdown files to HTML",
"keywords": [
"markdown",
Expand Down

0 comments on commit 1071086

Please sign in to comment.