From 17caff1ecb7632ebd38c941f8eaf4ed44507ea6c Mon Sep 17 00:00:00 2001 From: Casey Occhialini <1508707+littlespex@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:27:31 -0700 Subject: [PATCH] chore: update version to 0.5.0 Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- docs/package.json | 2 +- lib/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ff24be6..c4ed5a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - ????-??-?? + + ## [0.4.5] - 2023-10-12 ### Fixed @@ -133,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bootstrap project [#2](https://github.com/streaming-video-technology-alliance/common-media-library/issues/2) -[Unreleased]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.4.5...HEAD +[Unreleased]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.5.0...HEAD +[0.5.0]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.4.5...v0.5.0 [0.4.5]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.4.4...v0.4.5 [0.4.4]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.4.3...v0.4.4 [0.4.3]\: https://github.com/streaming-video-technology-alliance/common-media-library/compare/v0.4.2...v0.4.3 diff --git a/docs/package.json b/docs/package.json index 958c0ce0..2d451839 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@svta/common-media-library-docs", "private": true, - "version": "0.4.5", + "version": "0.5.0", "license": "Apache-2.0", "type": "module", "homepage": "https://github.com/streaming-video-technology-alliance/common-media-library", diff --git a/lib/package.json b/lib/package.json index 00f2ebbd..b70ad392 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@svta/common-media-library", - "version": "0.4.5", + "version": "0.5.0", "license": "Apache-2.0", "type": "module", "homepage": "https://github.com/streaming-video-technology-alliance/common-media-library", diff --git a/package-lock.json b/package-lock.json index f602216f..cd1c0938 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@svta/common-media-library-workspace", - "version": "0.4.5", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@svta/common-media-library-workspace", - "version": "0.4.5", + "version": "0.5.0", "license": "Apache-2.0", "workspaces": [ "lib", @@ -27,7 +27,7 @@ }, "docs": { "name": "@svta/common-media-library-docs", - "version": "0.4.5", + "version": "0.5.0", "license": "Apache-2.0", "devDependencies": { "typedoc": "^0.24.6" @@ -35,7 +35,7 @@ }, "lib": { "name": "@svta/common-media-library", - "version": "0.4.5", + "version": "0.5.0", "license": "Apache-2.0" }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 4569e0a8..e42defa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@svta/common-media-library-workspace", - "version": "0.4.5", + "version": "0.5.0", "license": "Apache-2.0", "type": "module", "homepage": "https://github.com/streaming-video-technology-alliance/common-media-library",