From 8834aa16c129a739c69fb524b2a8ca35da82cb0d Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Wed, 20 May 2020 23:13:40 +0100 Subject: [PATCH] chore(release): 3.2.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6134128..e54106d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.2.5](https://github.com/goblindegook/littlefoot/compare/v3.2.4...v3.2.5) (2020-05-20) + + +### Bug Fixes + +* fixes empty paragraph injection in footnote content ([98fa7df](https://github.com/goblindegook/littlefoot/commit/98fa7dfcbc7a59bae3b77a060c91b273889ceecb)), closes [#187](https://github.com/goblindegook/littlefoot/issues/187) + ### [3.2.4](https://github.com/goblindegook/littlefoot/compare/v3.2.3...v3.2.4) (2020-03-26) diff --git a/package.json b/package.json index 3d25fb429..c78ee25c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "littlefoot", "description": "Footnotes without the footprint.", - "version": "3.2.4", + "version": "3.2.5", "sideEffects": false, "license": "MIT", "repository": "goblindegook/littlefoot",