Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcbclifford committed Dec 4, 2023
1 parent 091e7da commit 4a16a6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="0.8.0"></a>
# [0.8.0](https://github.com/brightcove/videojs-schema/compare/v0.7.0...v0.8.0) (2023-12-04)

### Features

* Add exclusion rules ([#72](https://github.com/brightcove/videojs-schema/issues/72)) ([50383e2](https://github.com/brightcove/videojs-schema/commit/50383e2))

### Bug Fixes

* Use full 8601 datetime for uploadDate ([#75](https://github.com/brightcove/videojs-schema/issues/75)) ([3265efd](https://github.com/brightcove/videojs-schema/commit/3265efd))

<a name="0.7.0"></a>
# [0.7.0](https://github.com/brightcove/videojs-schema/compare/v0.6.2...v0.7.0) (2022-11-22)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-schema",
"version": "0.7.0",
"version": "0.8.0",
"description": "Injects JSON-LD metadata into the DOM for SEO",
"main": "cjs/plugin.js",
"module": "es/plugin.js",
Expand Down

0 comments on commit 4a16a6d

Please sign in to comment.