Skip to content

Commit 91f34ee

Browse files
authored
Merge pull request #11 from maxmorozoff/changeset-release/main
Version Packages
2 parents e990d74 + 6c2188b commit 91f34ee

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

.changeset/shy-trees-lose.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

packages/try-catch-tuple/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @maxmorozoff/try-catch-tuple
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 73951e0: docs:
8+
9+
- Add JSDoc for TryCatch types
10+
11+
chore:
12+
13+
- Export missing types
14+
- Update default error type
15+
- Update Branded type
16+
- Update DataErrorTuple type (e.g., `rest` is now `never[]`)
17+
- Restrict array methods on DataErrorTuple
18+
- Make `fn` parameter required
19+
20+
refactor:
21+
22+
- Extract DataErrorTuple to type alias
23+
324
## 0.1.1
425

526
### Patch Changes

packages/try-catch-tuple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@maxmorozoff/try-catch-tuple",
33
"description": "A TypeScript utility function for structured error handling in both synchronous and asynchronous operations.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"license": "MIT",
66
"author": "Max Morozov <[email protected]",
77
"homepage": "https://github.com/maxmorozoff/try-catch-tuple#readme",

0 commit comments

Comments
 (0)