Skip to content

Commit 016086a

Browse files
committedOct 13, 2022
release: 2.3.3
1 parent b89f282 commit 016086a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [2.3.3](https://github.com/kimyvgy/simple-scrollspy/compare/v2.3.2...v2.3.3) (2022-10-13)
6+
7+
8+
### Refactors
9+
10+
* **actions:** auto-publish package to npmjs ([b89f282](https://github.com/kimyvgy/simple-scrollspy/commit/b89f282d4d1c9f5130ee237083fd145d4d236536))
11+
512
### [2.3.2](https://github.com/kimyvgy/simple-scrollspy/compare/v2.3.1...v2.3.2) (2022-10-03)
613

714

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-scrollspy",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "Simple scrollspy javascript without jQuery, no dependencies.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
Please sign in to comment.