Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 7, 2018
1 parent d82e47a commit a88a710
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "safe-publish-latest",
"version": "1.1.1",
"version": "1.1.2",
"author": "Jordan Harband",
"contributors": [
{
Expand Down

0 comments on commit a88a710

Please sign in to comment.