From a88a710cf83583920e441e6331454d70809555c5 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 6 Aug 2018 17:04:29 -0700 Subject: [PATCH] v1.1.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f66e06..28d0ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.1.2 / 2018-08-06 +================== + * [Fix] ensure packages work on first publish (#11) + * [Deps] update `semver`, `yargs` + * [Deps] pin yargs to v7, since v8 drops node < 4 compat. + * [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `nsp`, `tape` + * [Tests] up to `node` `v10.8`, `v9.11`, `v8.11`, `v6.14`, `v4.9`; use `nvm install-latest-npm` + * [Tests] add `editorconfig-tools` + 1.1.1 / 2016-10-09 ================== * [Fix] Ensure `allVersions` is an array, when there’s only one diff --git a/package.json b/package.json index ea64609..7d8d5a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safe-publish-latest", - "version": "1.1.1", + "version": "1.1.2", "author": "Jordan Harband", "contributors": [ {