Skip to content

Commit 0a2c1cb

Browse files
committed
chore: release version v0.2.4
1 parent 3422cb8 commit 0a2c1cb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v0.2.4](https://github.com/beam-bots/bb_liveview/compare/v0.2.3...v0.2.4) (2026-01-18)
15+
16+
17+
18+
### Documentation:
19+
20+
* add Diataxis-structured documentation (#10) by James Harton
21+
1422
## [v0.2.3](https://github.com/beam-bots/bb_liveview/compare/v0.2.2...v0.2.3) (2026-01-11)
1523

1624

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add `bb_liveview` to your dependencies in `mix.exs`:
3131
```elixir
3232
def deps do
3333
[
34-
{:bb_liveview, "~> 0.2.3"}
34+
{:bb_liveview, "~> 0.2.4"}
3535
]
3636
end
3737
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule BB.LiveView.MixProject do
99
Interactive LiveView-based dashboard for Beam Bots-powered robots.
1010
"""
1111

12-
@version "0.2.3"
12+
@version "0.2.4"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)