From c2ac6f500e670ae6e18439cbcce9988517652466 Mon Sep 17 00:00:00 2001 From: Nguyen Huu Kim Date: Sat, 6 Jul 2024 15:55:53 +0700 Subject: [PATCH] release: 2.5.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0b18c3..60825d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5.0](https://github.com/kimyvgy/simple-scrollspy/compare/v2.4.2...v2.5.0) (2024-07-06) + + +### Features + +* Full conversion to TypeScript [#39](https://github.com/kimyvgy/simple-scrollspy/issues/39) ([#53](https://github.com/kimyvgy/simple-scrollspy/issues/53)) ([e6d7bc6](https://github.com/kimyvgy/simple-scrollspy/commit/e6d7bc6bf4c5aae4588a49551d591e17f28e2f1b)) + + +### Bug Fixes + +* the menu item's active status ([5c3b5c1](https://github.com/kimyvgy/simple-scrollspy/commit/5c3b5c154f8626afab1dd3b0aafe48a68b47291c)) + ### [2.4.2](https://github.com/kimyvgy/simple-scrollspy/compare/v2.4.1...v2.4.2) (2023-12-13) diff --git a/package.json b/package.json index 5ac4a6c..4cc6e12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-scrollspy", - "version": "2.4.2", + "version": "2.5.0", "description": "Simple scrollspy javascript without jQuery, no dependencies.", "main": "dist/index.js", "scripts": {