diff --git a/CHANGELOG.md b/CHANGELOG.md index 41dfaf567..610ff9b84 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.0](https://github.com/goblindegook/littlefoot/compare/v3.3.2...v3.4.0) (2020-08-04) + + +### Features + +* popover dismiss callback (props [@biou](https://github.com/biou), closes [#420](https://github.com/goblindegook/littlefoot/issues/420)) ([2865bd0](https://github.com/goblindegook/littlefoot/commit/2865bd0c2186e5b4b1f2ffb14dda9e8c385d65ca)) + ### [3.3.2](https://github.com/goblindegook/littlefoot/compare/v3.3.1...v3.3.2) (2020-07-23) diff --git a/package.json b/package.json index 7ae6f951d..0066590bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "littlefoot", "description": "Footnotes without the footprint.", - "version": "3.3.2", + "version": "3.4.0", "sideEffects": false, "license": "MIT", "repository": "goblindegook/littlefoot",