Skip to content

Commit

Permalink
Merge pull request #28 from AndyLeezard/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
andy-leezard authored Nov 7, 2023
2 parents 102b935 + 37674c6 commit 49027ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/polite-cougars-cheer.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 49027ef

@vercel
Copy link

@vercel vercel bot commented on 49027ef Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.