Skip to content

Commit dc858a0

Browse files
committed
chai@4.3.3
1 parent b0f50f6 commit dc858a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

chai.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var used = [];
1414
* Chai version
1515
*/
1616

17-
exports.version = '4.3.2';
17+
exports.version = '4.3.3';
1818

1919
/*!
2020
* Assertion Error

lib/chai.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var used = [];
1010
* Chai version
1111
*/
1212

13-
exports.version = '4.3.2';
13+
exports.version = '4.3.3';
1414

1515
/*!
1616
* Assertion Error

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Veselin Todorov <hi@vesln.com>",
1818
"John Firebaugh <john.firebaugh@gmail.com>"
1919
],
20-
"version": "4.3.2",
20+
"version": "4.3.3",
2121
"repository": {
2222
"type": "git",
2323
"url": "https://github.com/chaijs/chai"

0 commit comments

Comments
 (0)