diff --git a/CHANGELOG.md b/CHANGELOG.md index a64ea29..9b72b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.1] - 2026-02-26 + +### Changed + +- Bumped version from `0.8.0` to `0.8.1` + ## [0.8.0] - 2026-02-26 ### Changed @@ -59,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `doMap` module for numeric range remapping - Exported `Feature` and `Easing` TypeScript types +[0.8.1]: https://github.com/a-ng-d/unoff-utils/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/a-ng-d/unoff-utils/compare/v0.7.3...v0.8.0 [0.7.3]: https://github.com/a-ng-d/unoff-utils/compare/v0.7.2...v0.7.3 [0.7.2]: https://github.com/a-ng-d/unoff-utils/compare/v0.7.1...v0.7.2 diff --git a/package-lock.json b/package-lock.json index bb345d9..a3d8163 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unoff/utils", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@unoff/utils", - "version": "0.8.0", + "version": "0.8.1", "license": "MIT", "devDependencies": { "@types/node": "^22.10.1", diff --git a/package.json b/package.json index 9dc8265..12b289b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unoff/utils", - "version": "0.8.0", + "version": "0.8.1", "description": "A collection of lightweight, platform-agnostic utility modules designed to accelerate plugin development. These modules provide common functionalities that can be used across any JavaScript/TypeScript project, making them perfect for plugins, extensions, or any web application.", "repository": "https://github.com/a-ng-d/unoff-utils", "keywords": [