File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66
77## [ Unreleased] [ 1 ]
88
9+ ## 2018/07/03 [ 0.2.0] [ 6 ]
10+
911### Added
1012
1113* config can now contain the ` id ` of a board, which allows adding public
@@ -47,8 +49,6 @@ boards: [
4749 will be available in the ` <ListTabs \/> ` component and can later be used to
4850 select a specific list. All filters work as expected and as before (also with
4951 deeplinking for the list patterns)
50- * _ Note_ : even though semver would suggest adding releasing a major release, I
51- decided to stick to 0.x.y still until further notice here.
5252
5353``` js
5454// previous config
@@ -70,6 +70,9 @@ boards: [
7070],
7171```
7272
73+ * _ Note_ : even though semver would suggest adding releasing a major release, I
74+ decided to stick to 0.2.y still until further notice.
75+
7376## 2018/06/09 [ 0.1.1] [ 5 ]
7477
7578* Bugfix TrelloCard ` isHidden ` calculation
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ preferred team members.
3535 * [ Licence] ( #licence )
3636 * [ More Examples] ( #more-examples )
3737 * [ Maintainers] ( #maintainers )
38+ * [ Changelog] ( CHANGES.md )
3839
3940<!-- /TOC -->
4041
You can’t perform that action at this time.
0 commit comments