Skip to content

Commit ea2fc34

Browse files
committed
v1.0.1
1 parent b3f2fb0 commit ea2fc34

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ts-error-handler
22

3+
## [1.0.1]
4+
5+
### Fixes
6+
- [Issue #3] error TS2307: Cannot find module 'handler-function' or its corresponding type declarations.
7+
38
## [1.0.0]
49

510
Initial release

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-error-handler",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"ts-project-version": "1.2.4",
55
"private": "true",
66
"scripts": {
@@ -38,6 +38,6 @@
3838
"ts-node": "^10.4.0",
3939
"ts-packager": "^1.0.1",
4040
"typedoc": "^0.22.11",
41-
"typescript": "^4.5.4"
41+
"typescript": "^4.5.5"
4242
}
4343
}

0 commit comments

Comments
 (0)