Skip to content

Commit 4cb85c1

Browse files
committed
Prepare v1.10.0 release
1 parent ac2da15 commit 4cb85c1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.10.0 (2023-07-20)
4+
5+
* Feature: Use Promise v3 template types.
6+
(#67 by @clue and #63 and #64 by @WyriHaximus)
7+
8+
* Minor documentation improvements.
9+
(#59 by @nhedger)
10+
11+
* Improve test suite, avoid unhandled promise rejections and report failed assertions.
12+
(#66 and #62 by @clue and #61 by @WyriHaximus)
13+
314
## 1.9.0 (2022-06-13)
415

516
* Feature: Improve forward compatibility with upcoming Promise v3 API.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ This project follows [SemVer](https://semver.org/).
288288
This will install the latest supported version:
289289

290290
```bash
291-
composer require react/promise-timer:^1.9
291+
composer require react/promise-timer:^1.10
292292
```
293293

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

0 commit comments

Comments
 (0)