Skip to content

Commit a732746

Browse files
authored
Merge pull request #121 from privaloops/changeset-release/main
chore(release): version packages
2 parents ed9ebab + 33b23c4 commit a732746

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/shaka-plugin-readme-fix.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/shaka-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hevcjs/shaka-plugin
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#120](https://github.com/privaloops/hevc.js/pull/120) [`dd576f4`](https://github.com/privaloops/hevc.js/commit/dd576f4f0b2465ec7cf7fb63b5047bc98de81233) Thanks [@privaloops](https://github.com/privaloops)! - Fix outdated README that still described the package as an experimental
8+
skeleton with HEVC → H.264 conversion as a TODO. The transmuxer has been
9+
fully functional since 0.2.0; the README now reflects the shipped behavior.
10+
311
## 0.2.0
412

513
### Minor Changes

packages/shaka-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hevcjs/shaka-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Shaka Player plugin for HEVC/H.265 playback — registers a Shaka Transmuxer that decodes HEVC streams via @hevcjs/core",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)