diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd5b20..fb2d58b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/digiz3d/docker-web-recorder/compare/v1.0.0...v1.1.0) (2023-05-17) + + +### Features + +* add custom resolution support ([#7](https://github.com/digiz3d/docker-web-recorder/issues/7)) ([2edf05e](https://github.com/digiz3d/docker-web-recorder/commit/2edf05e476178b4ba863caf9c94ea4b9b3734d22)) + ## 1.0.0 (2023-05-17) diff --git a/package.json b/package.json index 1c6bcf5..5318639 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "docker-web-recorder", "private": true, - "version": "1.0.0", + "version": "1.1.0", "description": "Docker container that can record web pages with sound", "main": "src/index.ts", "license": "MIT",