Skip to content

Commit 1c1c284

Browse files
committed
prepare release 0.1.0
1 parent 18b5d0a commit 1c1c284

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGES.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented here. The format is based
44
on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project
55
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [Unreleased][1]
8+
9+
## 2018/06/09 [0.1.0][4]
810

911
### Added
1012

@@ -22,7 +24,7 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
2224
* use [@natterstefan/eslint-config-ns](https://github.com/natterstefan/eslint-config-ns)
2325
for eslint, stylelint and prettier
2426

25-
## 2018/05/25 0.0.2
27+
## 2018/05/25 [0.0.2][3]
2628

2729
### Added
2830

@@ -50,7 +52,7 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5052

5153
* reloadButton refreshes all data in the store
5254

53-
## 2018/04/22 0.0.1
55+
## 2018/04/22 [0.0.1][2]
5456

5557
### Added
5658

@@ -62,3 +64,8 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6264
* and allow cards to be filtered by members
6365

6466
* Move from Bitbucket to GitHub and Open-Source project
67+
68+
[1]: https://github.com/natterstefan/react-trello-multiboard/compare/v0.1.0...HEAD
69+
[2]: https://github.com/natterstefan/react-trello-multiboard/releases/tag/v0.0.1
70+
[3]: https://github.com/natterstefan/react-trello-multiboard/compare/v0.0.1...v0.0.2
71+
[4]: https://github.com/natterstefan/react-trello-multiboard/compare/v0.0.2...v0.1.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-trello-multiboard",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "React-Trello-Multiboard is a React application displaying multiple cards of several Trello boards and lists. The cards can be filtered by preferred team members.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)