diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d8faa..29e229f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.1.0]() (2024-03-21) ### Added - Scene Search @@ -10,11 +10,11 @@ > Note: Collection Scene Search is not available ### Changed -- Depercate `TextStyle` with `TextStyleProps` +- Deprecate `TextStyle` with `TextStyleProps` - Instead of a accepting Instance of `TextStyle` class, `TextAsset` now accepts an object of type `Partial` -- Depercate `SubtitleStyle` with `SubtitleStyleProps` +- Deprecate `SubtitleStyle` with `SubtitleStyleProps` - Instead of a accepting Instance of `SubtitleStyle` class, `Video.addSubtitle` now accepts an object of type `Partial` -- Depercate `indexType` param in `Video.indexSpokenWords()` +- Deprecate `indexType` param in `Video.indexSpokenWords()` diff --git a/package.json b/package.json index 74c5f57..e5b0fd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videodb", - "version": "0.0.4", + "version": "0.1.0", "description": "A NodeJS wrapper for VideoDB's API written in TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts",