Skip to content

Commit 45e0c32

Browse files
committed
v1.0.5
This release fixes the TypeScript declaration imports, ensuring that they correctly augment the Chai declarations. #### Fix - TypeScript declaration imports #### Docs - Remind users to install Chai declarations
1 parent 0907adb commit 45e0c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-iterator",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Chai assertions for iterable objects",
55
"main": "chai-iterator.js",
66
"typings": "chai-iterator.d.ts",

0 commit comments

Comments
 (0)