diff --git a/CHANGELOG.md b/CHANGELOG.md index 7784fa368..07b761f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.10.0](https://github.com/jwplayer/ott-web-app/compare/v4.9.0...v4.10.0) (2023-05-25) + + +### Features + +* export account data initial implementation ([84628b2](https://github.com/jwplayer/ott-web-app/commit/84628b2b272e6ac2e48466a93b1a53c7f798ee88)) + + + # [4.9.0](https://github.com/jwplayer/ott-web-app/compare/v4.8.0...v4.9.0) (2023-05-24) diff --git a/package.json b/package.json index e592347b5..b52c03e44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jw-ott-webapp", - "version": "4.9.0", + "version": "4.10.0", "main": "index.js", "repository": "https://github.com/jwplayer/ott-web-app.git", "author": "JW Player",