From 0004fb058f592fcca3d94947ccada9cab8101ab4 Mon Sep 17 00:00:00 2001 From: Nguyen Huu Kim Date: Wed, 18 Sep 2024 23:49:20 +0700 Subject: [PATCH] release: 2.5.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e04e98..7672c22 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.5.2](https://github.com/kimyvgy/simple-scrollspy/compare/v2.5.1...v2.5.2) (2024-09-18) + + +### Bug Fixes + +* add the previously missing build output files in NPM package ([c85ffe4](https://github.com/kimyvgy/simple-scrollspy/commit/c85ffe4b16e02040d0a325c877727301ba8095f8)) + ### [2.5.1](https://github.com/kimyvgy/simple-scrollspy/compare/v2.5.0...v2.5.1) (2024-09-18) diff --git a/package.json b/package.json index 034bec1..7346267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-scrollspy", - "version": "2.5.1", + "version": "2.5.2", "description": "Simple scrollspy javascript without jQuery, no dependencies.", "main": "dist/index.js", "scripts": {