diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc90332e..957366208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html ## [Unreleased] -## [2.0.1] - 2019-06-27 +## [2.0.2] - 2019-06-27 ### Changed @@ -93,5 +93,5 @@ Breakpoint methods were dropped in favour of a CSS-based approach. Override the The markup for the footnote button ellipsis changed from three `` elements with a `` each to a single `` element containing all three ``s. [Unreleased]: https://github.com/goblindegook/littlefoot/compare/v2.0.0...HEAD -[2.0.1]: https://github.com/goblindegook/littlefoot/compare/v2.0.0...v2.0.1 +[2.0.1]: https://github.com/goblindegook/littlefoot/compare/v2.0.0...v2.0.2 [2.0.0]: https://github.com/goblindegook/littlefoot/compare/v1.0.9...v2.0.0 diff --git a/package.json b/package.json index d921f202b..4594049e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "littlefoot", - "version": "2.0.0", + "version": "2.0.2", "description": "Footnotes without the footprint.", "repository": "goblindegook/littlefoot", "scripts": {