Skip to content

Commit 729f552

Browse files
committed
Prepare v1.0.0 release
1 parent 017a1a5 commit 729f552

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

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

3+
## 1.0.0 (2015-11-13)
4+
5+
* First stable release, now following SemVer
6+
* Improved documentation
7+
8+
> Contains no other changes, so it's actually fully compatible with the v0.3.0 release.
9+
310
## 0.3.0 (2015-07-09)
411

512
* BC break: Use functional API approach instead of pseudo-OOP.

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,11 @@ remaining promises and throw an `Exception`.
172172

173173
## Install
174174

175-
The recommended way to install this library is [through composer](http://getcomposer.org). [New to composer?](http://getcomposer.org/doc/00-intro.md)
175+
The recommended way to install this library is [through composer](http://getcomposer.org).
176+
[New to composer?](http://getcomposer.org/doc/00-intro.md)
176177

177-
```JSON
178-
{
179-
"require": {
180-
"clue/block-react": "~0.3.0"
181-
}
182-
}
178+
```bash
179+
$ composer require clue/block-react:~1.0
183180
```
184181

185182
## License

0 commit comments

Comments
 (0)