From f7653c35e10e171b17119b9426a50cc9355a3082 Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Tue, 10 Jul 2018 16:19:48 -0700 Subject: [PATCH 1/2] chore: release v0.7.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2fce050 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +[npm history][1] + +[1]: https://www.npmjs.com/package/PACKAGE NAME?activeTab=versions + +## v0.7.0 + +This is a re-release of v0.6.5 (which was unpublished) as a semver major +(v0.7.0). The potentially breaking change is how we deal with unexpected errors +in the `isAvailable` function. Previously unexpected errors would be swallowed, +but now they get thrown. + +### Notable Changes + +* 2d34f9d fix: do not swallow unexpected errors (#57) + +### Other commits + +Since 0.6.3: + +* 5e74a0e refactor: use mocha instead of ava (#63) +* 475081e build: fix typo in publish step (#59) +* 89ebf0f chore(deps): update dependency nyc to v12 (#53) +* 3cb8173 chore(deps): update dependency gts to ^0.7.0 (#55) +* f18fab2 docs: document isAvailable method (#52) +* 1da2e85 chore: update to the latest version of all dependencies (#51) +* 4305f3f docs: add a few things to the readme (#50) +* e1d448d chore(build): test node10, separate lint job (#49) +* 360474f Update renovate.json + diff --git a/package.json b/package.json index 5ea0a51..1b38842 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gcp-metadata", - "version": "0.6.5", + "version": "0.7.0", "description": "Get the metadata from a Google Cloud Platform environment", "repository": "stephenplusplus/gcp-metadata", "main": "./build/src/index.js", From 14d05ea9543853a4af8fc4783e5482bccc1e09e1 Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Tue, 10 Jul 2018 16:25:06 -0700 Subject: [PATCH 2/2] [squash] remove CHANGELOG.md --- CHANGELOG.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 2fce050..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,31 +0,0 @@ -# Changelog - -[npm history][1] - -[1]: https://www.npmjs.com/package/PACKAGE NAME?activeTab=versions - -## v0.7.0 - -This is a re-release of v0.6.5 (which was unpublished) as a semver major -(v0.7.0). The potentially breaking change is how we deal with unexpected errors -in the `isAvailable` function. Previously unexpected errors would be swallowed, -but now they get thrown. - -### Notable Changes - -* 2d34f9d fix: do not swallow unexpected errors (#57) - -### Other commits - -Since 0.6.3: - -* 5e74a0e refactor: use mocha instead of ava (#63) -* 475081e build: fix typo in publish step (#59) -* 89ebf0f chore(deps): update dependency nyc to v12 (#53) -* 3cb8173 chore(deps): update dependency gts to ^0.7.0 (#55) -* f18fab2 docs: document isAvailable method (#52) -* 1da2e85 chore: update to the latest version of all dependencies (#51) -* 4305f3f docs: add a few things to the readme (#50) -* e1d448d chore(build): test node10, separate lint job (#49) -* 360474f Update renovate.json -