From 82ebb44747636c883f7737c015a27f06d0e3b315 Mon Sep 17 00:00:00 2001
From: nlm <opensource@groupon.com>
Date: Thu, 3 Jun 2021 14:13:20 +0000
Subject: [PATCH] v5.0.5

---
 CHANGELOG.md      | 12 ++++++++++++
 README.md         |  2 +-
 package-lock.json |  2 +-
 package.json      |  2 +-
 4 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7cbdc8..bfc04cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index 76528c4..ec559b8 100644
--- a/README.md
+++ b/README.md
@@ -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
 
diff --git a/package-lock.json b/package-lock.json
index d156195..7727cb1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "assertive",
-  "version": "5.0.4",
+  "version": "5.0.5",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 13532ec..36a1dbb 100644
--- a/package.json
+++ b/package.json
@@ -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",