Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2] - 2026-03-06

### Changed

- Updated repository references from `a-ng-d` to `yelbolt` in `package.json`, `README.md`, and `CHANGELOG.md`

## [0.8.1] - 2026-02-26

### Changed
Expand Down Expand Up @@ -65,11 +71,12 @@ 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
[0.7.1]: https://github.com/a-ng-d/unoff-utils/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/a-ng-d/unoff-utils/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/a-ng-d/unoff-utils/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/a-ng-d/unoff-utils/releases/tag/v0.5.0
[0.8.2]: https://github.com/yelbolt/unoff-utils/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/yelbolt/unoff-utils/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/yelbolt/unoff-utils/compare/v0.7.3...v0.8.0
[0.7.3]: https://github.com/yelbolt/unoff-utils/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/yelbolt/unoff-utils/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/yelbolt/unoff-utils/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/yelbolt/unoff-utils/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/yelbolt/unoff-utils/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/yelbolt/unoff-utils/releases/tag/v0.5.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![GitHub package.json version](https://img.shields.io/github/package-json/v/a-ng-d/unoff-utils?color=informational) ![GitHub last commit](https://img.shields.io/github/last-commit/a-ng-d/unoff-utils?color=informational) ![GitHub](https://img.shields.io/github/license/a-ng-d/unoff-utils?color=informational)
![GitHub package.json version](https://img.shields.io/github/package-json/v/yelbolt/unoff-utils?color=informational) ![GitHub last commit](https://img.shields.io/github/last-commit/yelbolt/unoff-utils?color=informational) ![GitHub](https://img.shields.io/github/license/yelbolt/unoff-utils?color=informational)

# Unoff Utils

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@unoff/utils",
"version": "0.8.1",
"version": "0.8.2",
"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",
"repository": "https://github.com/yelbolt/unoff-utils",
"keywords": [
"library",
"modules",
Expand All @@ -12,9 +12,9 @@
"author": "Aurélien Grimaud",
"license": "MIT",
"bugs": {
"url": "https://github.com/a-ng-d/unoff-utils/issues"
"url": "https://github.com/yelbolt/unoff-utils/issues"
},
"homepage": "https://github.com/a-ng-d/unoff-utils#readme",
"homepage": "https://github.com/yelbolt/unoff-utils#readme",
"type": "module",
"files": [
"dist"
Expand Down
Loading