From f0cc8744a6c6381618c178212bb471d891a1a99e Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Thu, 24 Sep 2020 09:13:44 +0100 Subject: [PATCH] chore(release): 3.4.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 610ff9b84..87c2b1578 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.4.1](https://github.com/goblindegook/littlefoot/compare/v3.4.0...v3.4.1) (2020-09-24) + + +### Bug Fixes + +* clears the is-active class on dismiss (fixes [#505](https://github.com/goblindegook/littlefoot/issues/505)) ([4479cc3](https://github.com/goblindegook/littlefoot/commit/4479cc3fac6dfc382796d336678a31eeffacdfc3)) + ## [3.4.0](https://github.com/goblindegook/littlefoot/compare/v3.3.2...v3.4.0) (2020-08-04) diff --git a/package.json b/package.json index 52a89efc2..8cff776d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "littlefoot", "description": "Footnotes without the footprint.", - "version": "3.4.0", + "version": "3.4.1", "sideEffects": false, "license": "MIT", "repository": "goblindegook/littlefoot",