diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6cff9..6e2d206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.7](https://github.com/eik-lib/sink-gcs/compare/v1.2.6...v1.2.7) (2022-02-21) + + +### Bug Fixes + +* **deps:** update dependency @google-cloud/storage to v5.18.2 ([8871ecf](https://github.com/eik-lib/sink-gcs/commit/8871ecfd537713ffd0a9ec77d63df90a0dfcc56c)) + ## [1.2.6](https://github.com/eik-lib/sink-gcs/compare/v1.2.5...v1.2.6) (2022-01-26) diff --git a/package.json b/package.json index cc3de17..11cd6dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/sink-gcs", - "version": "1.2.6", + "version": "1.2.7", "description": "Sink for Google Cloud Storage", "main": "lib/main.js", "type": "module",