Skip to content

Commit 00f297d

Browse files
committed
Prepare v1.4.0 release
1 parent fb2aa14 commit 00f297d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 1.4.0 (2024-01-30)
4+
5+
* Feature: Full PHP 8.3 compatibility.
6+
(#38 by @yadaiio and #36 by @clue)
7+
8+
* Improve documentation and examples.
9+
(#37 by @yadaiio, #34 by @SimonFrings and #33 by @PaulRotmann)
10+
11+
* Improve test suite and use GitHub actions for continuous integration (CI).
12+
(#32 by @SimonFrings)
13+
314
## 1.3.0 (2020-11-06)
415

516
* Improve test suite and add `.gitattributes` to exclude dev files from export.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This project follows [SemVer](https://semver.org/).
122122
This will install the latest supported version:
123123

124124
```bash
125-
composer require clue/term-react:^1.3
125+
composer require clue/term-react:^1.4
126126
```
127127

128128
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)