Skip to content

Commit 36a3147

Browse files
committed
chore(release): v1.3.3
1 parent bdafea3 commit 36a3147

2 files changed

Lines changed: 26 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v1.3.3
5+
6+
[compare changes](https://github.com/namesmt/timezone-convert/compare/v1.3.2...v1.3.3)
7+
8+
### 💅 Refactors
9+
10+
- Fs structuring ([bdafea3](https://github.com/namesmt/timezone-convert/commit/bdafea3))
11+
12+
### 🏡 Chore
13+
14+
- Use `imports` mapping ([85d9d5a](https://github.com/namesmt/timezone-convert/commit/85d9d5a))
15+
- Update deps ([f6b4f1b](https://github.com/namesmt/timezone-convert/commit/f6b4f1b))
16+
17+
### ❤️ Contributors
18+
19+
- NamesMT ([@NamesMT](https://github.com/NamesMT))
20+
421
## v1.3.2
522

623
[compare changes](https://github.com/namesmt/timezone-convert/compare/v1.3.1...v1.3.2)

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "timezone-convert",
33
"type": "module",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"packageManager": "pnpm@10.11.0",
66
"description": "Convert between timezone formats",
77
"author": "NamesMT <dangquoctrung123@gmail.com>",
@@ -51,24 +51,25 @@
5151
"test": "vitest",
5252
"test:types": "tsc --noEmit",
5353
"check": "pnpm lint && pnpm test:types && vitest run --coverage",
54-
"build": "unbuild",
54+
"build": "obuild",
55+
"prerelease": "pnpm run check",
5556
"release": "pnpm dlx changelogen@latest --release --push --publish",
5657
"prepare": "simple-git-hooks",
5758
"prepublishOnly": "pnpm run build"
5859
},
5960
"devDependencies": {
60-
"@antfu/eslint-config": "^4.13.1",
61+
"@antfu/eslint-config": "^4.13.2",
6162
"@namesmt/utils": "^0.5.13",
62-
"@types/node": "^22.15.18",
63-
"@vitest/coverage-v8": "^3.1.3",
63+
"@types/node": "^22.15.21",
64+
"@vitest/coverage-v8": "^3.1.4",
6465
"citty": "^0.1.6",
65-
"eslint": "^9.26.0",
66+
"eslint": "^9.27.0",
6667
"lint-staged": "^16.0.0",
68+
"obuild": "^0.1.1",
6769
"simple-git-hooks": "^2.13.0",
6870
"tsx": "^4.19.4",
6971
"typescript": "^5.8.3",
70-
"unbuild": "^3.5.0",
71-
"vitest": "^3.1.3",
72+
"vitest": "^3.1.4",
7273
"windows-iana": "^5.1.0"
7374
},
7475
"pnpm": {

0 commit comments

Comments
 (0)