diff --git a/CHANGELOG.md b/CHANGELOG.md index b7685dbf9..615e7f386 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. +## [4.0.0-7](https://github.com/goblindegook/littlefoot/compare/v4.0.0-6...v4.0.0-7) (2023-03-06) + + +### Bug Fixes + +* vertical scrolling indicator position ([9c1d97a](https://github.com/goblindegook/littlefoot/commit/9c1d97acd3d6ef7bc2e06b678783a2c4f442430f)) + ## [4.0.0-6](https://github.com/goblindegook/littlefoot/compare/v4.0.0-5...v4.0.0-6) (2021-01-19) diff --git a/package.json b/package.json index 1e13cedee..fda8e0765 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "littlefoot", "description": "Footnotes without the footprint.", - "version": "4.0.0-6", + "version": "4.0.0-7", "sideEffects": false, "license": "MIT", "repository": "goblindegook/littlefoot",