Skip to content

Commit 54880e5

Browse files
docs: add live demo and source links to README — v1.5.1
1 parent c64e835 commit 54880e5

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.1] - 2026-05-06
9+
10+
### Added
11+
12+
- Live demo link in README
13+
- Demo source code link in README
14+
815
## [1.5.0] - 2026-05-06
916

1017
### Added

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
![license](https://img.shields.io/npm/l/@dungeonmaster/snaputils)
55
![types](https://img.shields.io/npm/types/@dungeonmaster/snaputils)
66

7+
## 🚀 Live Demo
8+
See all utilities in action → [snaputils-demo.netlify.app](https://demo-snaputil.netlify.app/)
9+
10+
## 📦 Demo Source
11+
[github.com/dungeonmaster/snaputils-demo](https://github.com/harshyadavDeveloper/snaputils)
12+
713
A lightweight, zero-dependency utility library for JavaScript & React apps.
814

915
## Installation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dungeonmaster/snaputils",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"type": "module",
55
"description": "A lightweight utility library for string, number, and date formatting",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)