Skip to content

Commit

Permalink
Release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed May 8, 2023
1 parent 78eaefc commit faf9e40
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.9.1](https://github.com/metalsmith/markdown/compare/v1.9.0...v1.9.1)

> 26 February 2023
- Updates marked from 4.2.4 -> 4.2.12 [`c9881d1`](https://github.com/metalsmith/markdown/commit/c9881d1d24d64b19c7a0f9e98330936236e003ba)
- fix: don't log a warning for undefined key values, only when typeof is not string [`53feb48`](https://github.com/metalsmith/markdown/commit/53feb486b81582123806f427c88ab53776498441)
- fix: don't crash but gracefully ignore undefined for wildcard keypaths [`d05e39a`](https://github.com/metalsmith/markdown/commit/d05e39a8720901722cfb66b9cd7097f0019ec148)

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

> 2 February 2023
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.9.1",
"version": "1.9.2",
"description": "A Metalsmith plugin to render markdown files to HTML",
"keywords": [
"markdown",
Expand Down

0 comments on commit faf9e40

Please sign in to comment.