From e0c0d8a0ef270d7e5383eab9a2d7fa56b1be5578 Mon Sep 17 00:00:00 2001 From: nlm Date: Fri, 5 Jan 2018 18:23:30 +0000 Subject: [PATCH] v3.3.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 333f982..418a997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 3.3.1 + +* Apply latest nlm generator - **[@markowsiak](https://github.com/markowsiak)** [#40](https://github.com/groupon/nlm/pull/40) + - [`45d4c15`](https://github.com/groupon/nlm/commit/45d4c15b796d9a8171b5a84aa112b76ab76cd6a6) **chore:** Apply latest nlm generator +* fix: failed nlm deploy - **[@markowsiak](https://github.com/markowsiak)** [#41](https://github.com/groupon/nlm/pull/41) + - [`bb9caa2`](https://github.com/groupon/nlm/commit/bb9caa294eb156e5946361e139c37deb31a54df5) **fix:** failed nlm deploy + + ### 3.3.0 * acceptInvalidCommits formatter - **[@johan](https://github.com/johan)** [#38](https://github.com/groupon/nlm/pull/38) diff --git a/package.json b/package.json index 7323a37..72e2939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nlm", - "version": "3.3.0", + "version": "3.3.1", "description": "Lifecycle manager for node projects", "license": "BSD-3-Clause", "main": "lib/nlm.js",