From 0c8645b14efae5cefce9df05fed299583060069b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 21:06:20 +0200 Subject: [PATCH] chore(main): release 1.2.0 (#18) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52da80c..7ac17fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/digiz3d/docker-web-recorder/compare/v1.1.1...v1.2.0) (2023-05-18) + + +### Features + +* add support for Google Cloud Storage ([#17](https://github.com/digiz3d/docker-web-recorder/issues/17)) ([b5e3147](https://github.com/digiz3d/docker-web-recorder/commit/b5e3147ac6886386aba68ac687c2322b7733f299)) + ## [1.1.1](https://github.com/digiz3d/docker-web-recorder/compare/v1.1.0...v1.1.1) (2023-05-18) diff --git a/package.json b/package.json index 3c18c07..8ad5c44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "docker-web-recorder", "private": true, - "version": "1.1.1", + "version": "1.2.0", "description": "Docker container that can record web pages with sound", "main": "dist/index.js", "license": "MIT",