Skip to content

Commit 2806082

Browse files
committed
changelog update
* log order (most recent first) * version 1.2.0
1 parent 717802c commit 2806082

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

CHANGELOG.md

+24-17
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,12 @@ All notable changes to the `uruit-react-snippets` extension will be documented i
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7-
## [Unreleased]
8-
- Initial release
9-
10-
## `[1.1.1]` · 2017-07-04
7+
## `[1.2.0]` · 2017-08-22
118

129
### Added
13-
- CHANGELOG.md
14-
- Troubleshooting section in README.md
10+
- Snippet choices support
1511

1612
### Changed
17-
- Update Jest Test Suite snippet (`u-suite`)
18-
19-
## `[1.1.2]` · 2017-07-06
20-
21-
### Added
22-
- Redux reducer snippet (`u-reducer`)
23-
24-
## `[draft]` · 2017-08
25-
26-
### Added
27-
- Snippet choices support
2813
- React PropType snippet (`u-pt`) with options for:
2914
* array
3015
* bool
@@ -36,3 +21,25 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
3621
* node
3722
* element
3823
* any
24+
- Log output to console (`u-ci`) with options for:
25+
* info
26+
* log
27+
* error
28+
29+
## `[1.1.2]` · 2017-07-06
30+
31+
### Added
32+
- Redux reducer snippet (`u-reducer`)
33+
34+
## `[1.1.1]` · 2017-07-04
35+
36+
### Added
37+
- CHANGELOG.md
38+
- Troubleshooting section in README.md
39+
40+
### Changed
41+
- Update Jest Test Suite snippet (`u-suite`)
42+
43+
44+
## [Unreleased]
45+
- Initial release

0 commit comments

Comments
 (0)