diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1fd5b20 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.0.0 (2023-05-17) + + +### Features + +* add rtmp output support ([#3](https://github.com/digiz3d/docker-web-recorder/issues/3)) ([5750f2e](https://github.com/digiz3d/docker-web-recorder/commit/5750f2e57d88b751283171ed8fc0e08aa6995334)) +* add support for emojis ([33081a7](https://github.com/digiz3d/docker-web-recorder/commit/33081a7e114f158f326f181e50bc4e8433aa3630)) +* ARM support & replace google chrome by chromium ([#1](https://github.com/digiz3d/docker-web-recorder/issues/1)) ([ca5d33a](https://github.com/digiz3d/docker-web-recorder/commit/ca5d33ac3d2cf7643488ed91c4fe8efb2e5f245a)) + + +### Bug Fixes + +* duration infinite by default ([85dcb54](https://github.com/digiz3d/docker-web-recorder/commit/85dcb54cb29a11919577dc8fe2d09fc687a83ca8)) diff --git a/package.json b/package.json index b3990a3..1c6bcf5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "docker-web-recorder", "private": true, - "version": "0.0.1", + "version": "1.0.0", "description": "Docker container that can record web pages with sound", "main": "src/index.ts", "license": "MIT",