diff --git a/.changeset/polite-cougars-cheer.md b/.changeset/polite-cougars-cheer.md deleted file mode 100644 index 881fad8..0000000 --- a/.changeset/polite-cougars-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-audio-tracks": patch ---- - -allow accessing audioref on track stream interface and remove a built-in caption property ('description') which should be accessed from the custom 'metadata' property. Keep it less heavy in boilerplate. diff --git a/CHANGELOG.md b/CHANGELOG.md index de66524..065fa10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-audio-tracks +## 1.2.6 + +### Patch Changes + +- 2c98eea: allow accessing audioref on track stream interface and remove a built-in caption property ('description') which should be accessed from the custom 'metadata' property. Keep it less heavy in boilerplate. + ## 1.2.5 ### Patch Changes diff --git a/package.json b/package.json index cba323e..0a7b4da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-audio-tracks", - "version": "1.2.5", + "version": "1.2.6", "description": "A light-weight solution to manage audio tracks and captions in front-end web projects. Provides a handy custom react hook.", "license": "MIT", "main": "dist/index.js",