Skip to content

Commit

Permalink
release: 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy committed Dec 13, 2023
1 parent 2f7fa63 commit a427ca8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.4.2](https://github.com/kimyvgy/simple-scrollspy/compare/v2.4.1...v2.4.2) (2023-12-13)


### Bug Fixes

* Type definition of Options.scrollContainer ([19251a0](https://github.com/kimyvgy/simple-scrollspy/commit/19251a0eaed870da6ad96a1bae81bcb1900e0ecd))


### Refactors

* Add prerelease hook ([2f7fa63](https://github.com/kimyvgy/simple-scrollspy/commit/2f7fa631fed32d23f70884a45a82270c4487b767))

### [2.3.6](https://github.com/kimyvgy/simple-scrollspy/compare/v2.3.5...v2.3.6) (2023-02-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-scrollspy",
"version": "2.4.1",
"version": "2.4.2",
"description": "Simple scrollspy javascript without jQuery, no dependencies.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit a427ca8

Please sign in to comment.