Skip to content

Commit ad90460

Browse files
committed
v5.0.4
1 parent 4cc7e9b commit ad90460

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### v5.0.4 (2021-06-02)
2+
<a id="v5.0.4"></a>
3+
#### 🏡 Internal
4+
5+
* [`4cc7e9b`](https://github.com/groupon/assertive/commit/4cc7e9bea8c81e8c09a76008bbb411f4b1101c57) chore: use test nlm (#65) - see: [#65](https://github.com/groupon/assertive/issues/65)
6+
7+
18
### 5.0.3 - 2021-02-17
29

310
* chore(deps): bump ini from 1.3.5 to 1.3.7 - **[@dependabot[bot]](https://github.com/apps/dependabot)** [#55](https://github.com/groupon/assertive/pull/55)

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fassertive%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/assertive/issues)
2+
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white)
3+
![nlm-version](https://img.shields.io/badge/version-5.0.4-blue?logo=version&logoColor=white)
14
assertive
25
=========
36

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assertive",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
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)