Skip to content

Commit a2b316d

Browse files
committed
chore: bump version to v1.2.2
1 parent cbf0a95 commit a2b316d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.2.2
4+
5+
### Patch Changes
6+
7+
- Fixes broken CI and updates readme
8+
39
## 1.2.1
410

511
### Patch Changes

jsr.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.2.1",
3+
"version": "1.2.2",
44
"license": "MIT",
55
"exports": "./src/index.ts",
66
"publish": {

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.2.1",
3+
"version": "1.2.2",
44
"description": "Simple try-catch utility function for JavaScript",
55
"type": "module",
66
"author": "Daniel Sanchez <[email protected]>",

0 commit comments

Comments
 (0)