Skip to content

Commit

Permalink
v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jun 3, 2021
1 parent 2c24d25 commit 82ebb44
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### v5.0.5 (2021-06-03)
<a id="v5.0.5"></a>
#### 🐛 Bug Fixes

* [#66](https://github.com/groupon/assertive/pull/66) fix(actions): add new templates ([@aaarichter](https://github.com/aaarichter))

#### 🏡 Internal

* [#67](https://github.com/groupon/assertive/pull/67) test: debug nlm ([@aaarichter](https://github.com/aaarichter))
* [#68](https://github.com/groupon/assertive/pull/68) test: get git history on release ([@aaarichter](https://github.com/aaarichter))


### v5.0.4 (2021-06-02)
<a id="v5.0.4"></a>
#### 🏡 Internal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![GitHub](https://github.com/groupon/assertive/actions/workflows/node.js.yml/badge.svg?branch=main)
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fassertive%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/assertive/issues)
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-5.0.4-blue?logo=version&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-5.0.5-blue?logo=version&logoColor=white)

# assertive

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assertive",
"version": "5.0.4",
"version": "5.0.5",
"description": "Assertive is a terse yet expressive assertion library",
"license": "BSD-3-Clause",
"main": "lib/assertive.js",
Expand Down

0 comments on commit 82ebb44

Please sign in to comment.