Skip to content

Commit

Permalink
chore: release 2.0.0 (#9)
Browse files Browse the repository at this point in the history
* created CHANGELOG.md [ci skip]

* updated package.json [ci skip]

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 15, 2020
1 parent 4ab1969 commit c930939
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [2.0.0](https://www.github.com/GoogleCloudPlatform/inline-fixtures/compare/v1.1.0...v2.0.0) (2020-06-13)


### ⚠ BREAKING CHANGES

* Drops support for node.js 8.x.

### Bug Fixes

* do not ship source maps ([#6](https://www.github.com/GoogleCloudPlatform/inline-fixtures/issues/6)) ([61ea285](https://www.github.com/GoogleCloudPlatform/inline-fixtures/commit/61ea2851e8bb4770c40b4805102c37e60b967458))
* **deps:** update dependency tmp to v0.2.1 ([#10](https://www.github.com/GoogleCloudPlatform/inline-fixtures/issues/10)) ([0590ee7](https://www.github.com/GoogleCloudPlatform/inline-fixtures/commit/0590ee7f2df8292994a8ce16592bf91a255a0a64))
* use native fs.mkdir ([#14](https://www.github.com/GoogleCloudPlatform/inline-fixtures/issues/14)) ([4ab1969](https://www.github.com/GoogleCloudPlatform/inline-fixtures/commit/4ab1969fa81ae5542742b9ad91d4c385bce596ad))


### Build System

* modernize the repository ([#8](https://www.github.com/GoogleCloudPlatform/inline-fixtures/issues/8)) ([bdc5fb6](https://www.github.com/GoogleCloudPlatform/inline-fixtures/commit/bdc5fb6611a76955f14fa244b75291cf39a9474d))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inline-fixtures",
"version": "1.1.0",
"version": "2.0.0",
"description": "",
"repository": "GoogleCloudPlatform/inline-fixtures",
"main": "build/src/index.js",
Expand Down

0 comments on commit c930939

Please sign in to comment.