Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devmamunur committed Oct 20, 2024
1 parent 89b1d2f commit 7b5e03b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "timezone-utility",
"version": "1.0.0",
"version": "1.1.0",
"description": "A Lightweight time zone management utility for JavaScript and TypeScript with zero dependencies.",
"main": "./dist/index.cjs.js",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 7b5e03b

Please sign in to comment.