We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8bf87 commit b7f4031Copy full SHA for b7f4031
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 2.3.5
2
+
3
+* apply latest generator & lint rules - **[@dbushong](https://github.com/dbushong)** [#39](https://github.com/groupon/assertive/pull/39)
4
+ - [`edafdef`](https://github.com/groupon/assertive/commit/edafdefe3db0eadee5566d09ce22eb0fc3d9cad8) **chore:** apply latest generator & lint rules
5
6
7
### 2.3.4
8
9
* fix: correct isTTY logic for colorization - **[@dbushong](https://github.com/dbushong)** [#37](https://github.com/groupon/assertive/pull/37)
package.json
@@ -1,6 +1,6 @@
{
"name": "assertive",
- "version": "2.3.4",
+ "version": "2.3.5",
"description": "Assertive is a terse yet expressive assertion library",
"license": "BSD-3-Clause",
"main": "lib/assertive.js",
0 commit comments