Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 26, 2021
1 parent 748a403 commit a3fa712
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a3fa712

Please sign in to comment.