Skip to content

Commit

Permalink
chore(release): v-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrohitgarg committed Mar 21, 2024
1 parent bd627be commit c405ef5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [0.1.0]() (2024-03-21)

### Added
- Scene Search
Expand All @@ -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<TextStyleProps>`
- 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<SubtitleStyleProps>`
- Depercate `indexType` param in `Video.indexSpokenWords()`
- Deprecate `indexType` param in `Video.indexSpokenWords()`



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c405ef5

Please sign in to comment.