diff --git a/CHANGELOG.md b/CHANGELOG.md index 42bfd2a..275cfdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [2.3.4](https://github.com/kimyvgy/simple-scrollspy/compare/v2.3.3...v2.3.4) (2023-02-13) + ### [2.3.3](https://github.com/kimyvgy/simple-scrollspy/compare/v2.3.2...v2.3.3) (2022-10-13) diff --git a/package.json b/package.json index da4ebf3..a2238c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-scrollspy", - "version": "2.3.3", + "version": "2.3.4", "description": "Simple scrollspy javascript without jQuery, no dependencies.", "main": "src/index.js", "scripts": {