diff --git a/CHANGELOG.md b/CHANGELOG.md index 51e1ecb..7dff7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.1](https://github.com/vidstack/media-captions/compare/v0.0.18...v1.0.1) (2023-10-30) + +### Bug Fixes + +- ensure default bundles are ssr-friendly ([d92cbfe](https://github.com/vidstack/media-captions/commit/d92cbfefdd42aeafec6fe0cf0da7228bd1e4ba8a)) +- rename `part` attribute to `data-part` ([e608998](https://github.com/vidstack/media-captions/commit/e608998b1e9eb22d26876ddcc0d547c9c9302caf)) + +### Bug Fixes + # Changelog # [1.0.0](https://github.com/vidstack/media-captions/compare/v0.0.18...v1.0.0) (2023-09-28) diff --git a/package.json b/package.json index 2f8cb87..59786e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "media-captions", - "version": "1.0.0", + "version": "1.0.1", "description": "Media captions parser and renderer.", "license": "MIT", "type": "module",