Skip to content

Commit ff1d347

Browse files
committed
chore: release version v1.1.0
1 parent c2fba89 commit ff1d347

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v1.1.0](https://github.com/mrdotb/live_react/compare/v1.0.1...v1.1.0) (2025-06-22)
9+
10+
### Features:
11+
12+
* Add React Link component for Phoenix LiveView navigation by Gaoge Zhang
13+
814
## [v1.0.1](https://github.com/mrdotb/live_react/compare/v1.0.1...v1.0.0) (2025-04-20)
915

1016
### Bug Fixes:

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.1"
5+
@version "1.1.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)