Skip to content

Commit c828980

Browse files
committed
chore: bump version to v1.1.0
1 parent 083328d commit c828980

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- updates signature to accept synchronous functions
8+
39
## 1.0.3
410

511
### Patch Changes

jsr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@dschz/try-catch",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"exports": "./src/index.ts",
66
"publish": {
7-
"include": ["LICENSE", "README.md", "package.json", "src/**/*.ts"],
7+
"include": ["LICENSE", "README.md", "src/**/*.ts"],
88
"exclude": ["**/*.test.ts"]
99
}
1010
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/try-catch",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "Simple try-catch utility function for JavaScript",
55
"type": "module",
66
"author": "Daniel Sanchez <dsanc89@pm.me>",

0 commit comments

Comments
 (0)