version 1.1.0

This commit is contained in:
David Ali
2026-01-06 01:50:20 +01:00
parent f9e2615d11
commit 2451b1a9e7
8 changed files with 153 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "wc-timer",
"version": "1.0.1",
"version": "1.1.0",
"description": "A lightweight, dependency-free countdown timer Web Component.",
"type": "module",
"main": "src/wc-timer.js",
@@ -9,6 +9,7 @@
},
"files": [
"src/wc-timer.js",
"CHANGELOG.md",
"README.md"
],
"scripts": {