From a3fa7126abd4adf7f36cd6e8882f0ec042944d95 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 16:44:44 +0000 Subject: [PATCH] chore: release 1.0.0 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b30fa56..9988e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,45 @@ # Changelog +## 1.0.0 (2021-04-26) + + +### ⚠ BREAKING CHANGES + +* support node.js 10 and up (#67) +* simplify the module, tests, and remove old interface (#57) +* Node 6 is EOL in a week. Let's stop supporting it. + +### Features + +* introduce a new API for consumer tests ([#33](https://www.github.com/google/pack-n-play/issues/33)) ([11d77f8](https://www.github.com/google/pack-n-play/commit/11d77f850fb5c3e54258b99078abca26b81a8a9f)) + + +### Bug Fixes + +* create release ([#53](https://www.github.com/google/pack-n-play/issues/53)) ([3cfce94](https://www.github.com/google/pack-n-play/commit/3cfce9430e551e152a32ab25ccff313356b31a49)) +* **deps:** drop dependency on pify ([#50](https://www.github.com/google/pack-n-play/issues/50)) ([d016cb1](https://www.github.com/google/pack-n-play/commit/d016cb18aa33c12b70face1cd5e9d5b17664d1f8)) +* **deps:** update dependency execa to v5 ([#85](https://www.github.com/google/pack-n-play/issues/85)) ([4dff7f3](https://www.github.com/google/pack-n-play/commit/4dff7f38a0d2441dd92faf8946624424a58d4239)) +* **deps:** update dependency npm-packlist to v2 ([#45](https://www.github.com/google/pack-n-play/issues/45)) ([190afb8](https://www.github.com/google/pack-n-play/commit/190afb81f3b7b893b62fa7302a5ada462f7591eb)) +* **deps:** update dependency rimraf to v3 ([#43](https://www.github.com/google/pack-n-play/issues/43)) ([dab6db9](https://www.github.com/google/pack-n-play/commit/dab6db9244c5a83a1ccb160367e9649e3fb7130e)) +* **deps:** update dependency tar to v5 ([#46](https://www.github.com/google/pack-n-play/issues/46)) ([5055001](https://www.github.com/google/pack-n-play/commit/5055001640880753e97db938f44dc84bce86dc8e)) +* **deps:** update dependency tar to v6 ([#64](https://www.github.com/google/pack-n-play/issues/64)) ([8a276ea](https://www.github.com/google/pack-n-play/commit/8a276ea400cb034178130eea9630962b742970db)) +* **deps:** update dependency tmp to v0.2.0 ([#71](https://www.github.com/google/pack-n-play/issues/71)) ([0842582](https://www.github.com/google/pack-n-play/commit/084258255aefc277819d111de8feba5d45fd3d48)) +* **deps:** update dependency tmp to v0.2.1 ([#75](https://www.github.com/google/pack-n-play/issues/75)) ([93f2c81](https://www.github.com/google/pack-n-play/commit/93f2c81802cb606bb390ee8ace1f21bf1abde284)) +* **package:** add repo link ([#4](https://www.github.com/google/pack-n-play/issues/4)) ([d63f5f7](https://www.github.com/google/pack-n-play/commit/d63f5f75b644c91ff84259a1f242e95eeace9dac)) +* **package:** update tmp to version 0.1.0 ([5c87222](https://www.github.com/google/pack-n-play/commit/5c8722269662b946716ea7eadc51cb11d47413e8)) +* run gts fix ([#12](https://www.github.com/google/pack-n-play/issues/12)) ([4113546](https://www.github.com/google/pack-n-play/commit/4113546ff0adb4c9b6d3d827fbbcf0a3ac0b2729)) +* support node.js 10 and up ([#67](https://www.github.com/google/pack-n-play/issues/67)) ([06ed421](https://www.github.com/google/pack-n-play/commit/06ed42161018af3d520c5f1957a2bddf0da6f92f)) + + +### Build System + +* drop support for node 6 ([#36](https://www.github.com/google/pack-n-play/issues/36)) ([87e4cf8](https://www.github.com/google/pack-n-play/commit/87e4cf8092bd664c5742c46e510546ef6ae6f9e8)) + + +### Code Refactoring + +* simplify the module, tests, and remove old interface ([#57](https://www.github.com/google/pack-n-play/issues/57)) ([f692000](https://www.github.com/google/pack-n-play/commit/f692000e2763caa39d9f884da42bcf876b18fd81)) + ## [1.0.0-2](https://www.github.com/google/pack-n-play/compare/v1.0.0-0...v1.0.0-2) (2019-11-10) diff --git a/package-lock.json b/package-lock.json index 9e17a9e..257244d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pack-n-play", - "version": "1.0.0-2", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f99b09a..1513866 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pack-n-play", "description": "Ensure your library installs and compiles", - "version": "1.0.0-2", + "version": "1.0.0", "author": "Google LLC", "license": "Apache-2.0", "repository": "google/pack-n-play",