From 68ae55e3861b8b132d6b0b0c12167d3882b77ef1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Jan 2025 22:02:03 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [2.0.1](https://github.com/eik-lib/sink-gcs/compare/v2.0.0...v2.0.1) (2025-01-10) ### Bug Fixes * **deps:** update dependency @eik/common to v5.0.1 ([#285](https://github.com/eik-lib/sink-gcs/issues/285)) ([ae3ee43](https://github.com/eik-lib/sink-gcs/commit/ae3ee433bdb0cd8893ca33a1454f9a4cbf1f720e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eadbda..ea6892f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/eik-lib/sink-gcs/compare/v2.0.0...v2.0.1) (2025-01-10) + + +### Bug Fixes + +* **deps:** update dependency @eik/common to v5.0.1 ([#285](https://github.com/eik-lib/sink-gcs/issues/285)) ([ae3ee43](https://github.com/eik-lib/sink-gcs/commit/ae3ee433bdb0cd8893ca33a1454f9a4cbf1f720e)) + # [2.0.0](https://github.com/eik-lib/sink-gcs/compare/v1.2.32...v2.0.0) (2024-11-15) diff --git a/package.json b/package.json index ac714da..ff47987 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/sink-gcs", - "version": "2.0.0", + "version": "2.0.1", "description": "Sink for Google Cloud Storage", "main": "lib/main.js", "types": "./types/main.d.ts",