Skip to content

Commit b7f4031

Browse files
committedNov 18, 2017
v2.3.5
1 parent ac8bf87 commit b7f4031

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
### 2.3.4
28

39
* fix: correct isTTY logic for colorization - **[@dbushong](https://github.com/dbushong)** [#37](https://github.com/groupon/assertive/pull/37)

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assertive",
3-
"version": "2.3.4",
3+
"version": "2.3.5",
44
"description": "Assertive is a terse yet expressive assertion library",
55
"license": "BSD-3-Clause",
66
"main": "lib/assertive.js",

0 commit comments

Comments
 (0)
Please sign in to comment.