Skip to content

Commit 256cf61

Browse files
authored
Merge pull request #5 from smallstack/release-please--branches--main--components--playwright-marketing-videos
chore(main): release playwright-marketing-videos 0.3.0
2 parents 2769990 + 081328b commit 256cf61

4 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/smallstack/playwright-marketing-videos/compare/playwright-marketing-videos-v0.2.0...playwright-marketing-videos-v0.3.0) (2026-03-07)
4+
5+
6+
### Added
7+
8+
* add AI video overlay support with swappable provider interface ([2769990](https://github.com/smallstack/playwright-marketing-videos/commit/27699901325d6c27b3d2610094f3fcba037a1f8a))
9+
* add AI video overlay support with swappable provider interface ([485e921](https://github.com/smallstack/playwright-marketing-videos/commit/485e92144798ddf1b5943f0d97b61346d05c7465))
10+
* add Kokoro.js as default free/local TTS provider ([8e41b11](https://github.com/smallstack/playwright-marketing-videos/commit/8e41b111c59405636f96617adf2cde3b4317f1be))
11+
* add Kokoro.js as default free/local TTS provider ([0a16d4b](https://github.com/smallstack/playwright-marketing-videos/commit/0a16d4b5a55ba4a5dfd4f70660ae88a3a6fa4097))
12+
* enhance Runway video provider with caching support and API key flexibility ([adc7310](https://github.com/smallstack/playwright-marketing-videos/commit/adc73108a47307a3ac1275cae9b0abdc748a4046))
13+
314
## [0.2.0](https://github.com/smallstack/playwright-marketing-videos/compare/playwright-marketing-videos-v0.1.0...playwright-marketing-videos-v0.2.0) (2026-03-06)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-marketing-videos",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Playwright tools for creating polished marketing videos with realistic mouse movements, typing animations, audio voice-overs, banners, and more",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)