diff --git a/CHANGELOG.md b/CHANGELOG.md index bb98b13..42bfd2a 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. +### [2.3.3](https://github.com/kimyvgy/simple-scrollspy/compare/v2.3.2...v2.3.3) (2022-10-13) + + +### Refactors + +* **actions:** auto-publish package to npmjs ([b89f282](https://github.com/kimyvgy/simple-scrollspy/commit/b89f282d4d1c9f5130ee237083fd145d4d236536)) + ### [2.3.2](https://github.com/kimyvgy/simple-scrollspy/compare/v2.3.1...v2.3.2) (2022-10-03) diff --git a/package.json b/package.json index 5420246..da4ebf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-scrollspy", - "version": "2.3.2", + "version": "2.3.3", "description": "Simple scrollspy javascript without jQuery, no dependencies.", "main": "src/index.js", "scripts": {