We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1558b5c commit 05fca95Copy full SHA for 05fca95
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.1.12](https://github.com/mxvsh/livedot/compare/v0.1.11...v0.1.12) (2026-03-25)
4
+
5
+* Fix branding parameter handling in embed routes ([](https://github.com/mxvsh/livedot/commit/1558b5cf42c86631ff1c10db45501b8f460dd58a))
6
7
## [0.1.11](https://github.com/mxvsh/livedot/compare/v0.1.10...v0.1.11) (2026-03-25)
8
9
* Fix embed branding to skip API call when explicitly enabled ([](https://github.com/mxvsh/livedot/commit/890aefb2acfe824c745f1fc970b734ab9bef99b0))
package.json
@@ -1,6 +1,6 @@
{
"name": "livedot",
- "version": "0.1.11",
+ "version": "0.1.12",
"private": true,
"packageManager": "bun@1.3.5",
"workspaces": [
0 commit comments