Skip to content

Commit

Permalink
release: 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyvgy committed Feb 18, 2023
1 parent 01111e2 commit ec1d978
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6](https://github.com/kimyvgy/simple-scrollspy/compare/v2.3.5...v2.3.6) (2023-02-18)


### Bug Fixes

* .npmignore /demo (2) ([01111e2](https://github.com/kimyvgy/simple-scrollspy/commit/01111e299e703064d12214423b875403c384a507))

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

Support CDN.js by adding dist folder to NPM package. CDN.js will auto-fetch dist/simple-scrollspy.min.js for each new version
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.3.5",
"version": "2.3.6",
"description": "Simple scrollspy javascript without jQuery, no dependencies.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit ec1d978

Please sign in to comment.