Skip to content

Commit 7cd1bfa

Browse files
committed
chore: release version v1.0.1
1 parent 65d7a5d commit 7cd1bfa

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v1.0.1](https://github.com/mrdotb/live_react/compare/v1.0.1...v1.0.0) (2025-04-20)
9+
10+
### Bug Fixes:
11+
12+
* add missing useLiveReact type
13+
14+
815
## [v1.0.0](https://github.com/mrdotb/live_react/compare/v1.0.0...v1.0.0-rc.4) (2025-03-10)
916

1017
### Breaking Changes:

guides/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In production, we'll use [elixir-nodejs](https://github.com/revelrylabs/elixir-n
1717
```elixir
1818
def deps do
1919
[
20-
{:live_react, "~> 1.0.0"},
20+
{:live_react, "~> 1.0.1"},
2121
{:nodejs, "~> 3.1.2"} # if you want to use SSR in production
2222
]
2323
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule LiveReact.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/mrdotb/live_react"
5-
@version "1.0.0"
5+
@version "1.0.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)