Skip to content

Commit 604513e

Browse files
committedApr 24, 2018
Prepare v1.3.0 release
1 parent b2bdbd1 commit 604513e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

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

3+
## 1.3.0 (2018-04-24)
4+
5+
* Feature: Improve memory consumption by cleaning up unneeded references.
6+
(#32 by @clue)
7+
38
## 1.2.1 (2017-12-22)
49

510
* README improvements

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ This project follows [SemVer](http://semver.org/).
342342
This will install the latest supported version:
343343

344344
```bash
345-
$ composer require react/promise-timer:^1.2.1
345+
$ composer require react/promise-timer:^1.3
346346
```
347347

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

0 commit comments

Comments
 (0)
Please sign in to comment.