From d9d33206d29ba05765413f7665478a9b272b499e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 23:06:14 +0000 Subject: [PATCH] chore: release 3.3.1 (#452) :robot: I have created a release \*beep\* \*boop\* --- ### [3.3.1](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.3.0...v3.3.1) (2021-09-02) ### Bug Fixes * **build:** switch primary branch to main ([#451](https://www.github.com/googleapis/gcs-resumable-upload/issues/451)) ([c180f66](https://www.github.com/googleapis/gcs-resumable-upload/commit/c180f6638ba85e9b0fe96e2f76749f6707807747)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 7 +++++++ package.json | 2 +- samples/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3f8d5..2efa436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ [1]: https://www.npmjs.com/package/gcs-resumable-upload?activeTab=versions +### [3.3.1](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.3.0...v3.3.1) (2021-09-02) + + +### Bug Fixes + +* **build:** switch primary branch to main ([#451](https://www.github.com/googleapis/gcs-resumable-upload/issues/451)) ([c180f66](https://www.github.com/googleapis/gcs-resumable-upload/commit/c180f6638ba85e9b0fe96e2f76749f6707807747)) + ## [3.3.0](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.2.1...v3.3.0) (2021-07-19) diff --git a/package.json b/package.json index 80e7e25..c8210af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gcs-resumable-upload", - "version": "3.3.0", + "version": "3.3.1", "description": "Upload a file to Google Cloud Storage with built-in resumable behavior", "repository": "googleapis/gcs-resumable-upload", "main": "build/src/index.js", diff --git a/samples/package.json b/samples/package.json index 54d098a..94b9630 100644 --- a/samples/package.json +++ b/samples/package.json @@ -11,7 +11,7 @@ "test": "mocha system-test" }, "dependencies": { - "gcs-resumable-upload": "^3.3.0" + "gcs-resumable-upload": "^3.3.1" }, "devDependencies": { "mocha": "^8.0.0"