Skip to content

Commit

Permalink
updated CHANGELOG.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 10, 2020
1 parent 68ac73b commit 6394756
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# Changelog

## 1.0.0 (2020-06-10)


### ⚠ 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

* **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 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))
* create release ([#53](https://www.github.com/google/pack-n-play/issues/53)) ([3cfce94](https://www.github.com/google/pack-n-play/commit/3cfce9430e551e152a32ab25ccff313356b31a49))
* 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))


### 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))


### 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))

## [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

0 comments on commit 6394756

Please sign in to comment.