From fd20e45b387821109ba260c7e19e009af2c12e07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Mar 2022 12:11:08 -0700 Subject: [PATCH] chore: release 0.1.3 (#4) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbca8e3..f76b283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.1.3](https://www.github.com/humanwhocodes/markdown-it-markua-aside/compare/v0.1.2...v0.1.3) (2022-03-25) + + +### Bug Fixes + +* Multiline asides ([c48bc84](https://www.github.com/humanwhocodes/markdown-it-markua-aside/commit/c48bc84735bf836a816fd23d009691badfe5aefb)) + ### [0.1.2](https://www.github.com/humanwhocodes/markdown-it-markua-aside/compare/v0.1.1...v0.1.2) (2022-03-17) diff --git a/package-lock.json b/package-lock.json index b5f115f..14cc558 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/markdown-it-markua-aside", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@humanwhocodes/markdown-it-markua-aside", - "version": "0.1.2", + "version": "0.1.3", "license": "Apache-2.0", "dependencies": { "@humanwhocodes/array-with-default": "^1.1.0" diff --git a/package.json b/package.json index a036a23..787d39a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/markdown-it-markua-aside", - "version": "0.1.2", + "version": "0.1.3", "description": "Markua-style asides and blurbs for markdown-it", "type": "module", "main": "dist/markua-aside.cjs",