Skip to content

Commit 738de4d

Browse files
committed
docs(changelog): describe changes
1 parent 14d6f90 commit 738de4d

File tree

2 files changed

+30
-20
lines changed

2 files changed

+30
-20
lines changed

CHANGELOG.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1+
# 1.2.0 (2019-05-16)
2+
3+
### Added
4+
5+
- Webpack dev config with configuration for webpack-dev-server. Webpack production config with scripts for build and deploy ([f4188b1](https://github.com/alexktzk/trello-habitica/commit/f4188b1))
6+
17
## 1.1.1 (2019-02-21)
28

39
### Added
410

5-
* Ability to hide/show card badges ([b94c7d5](https://github.com/alexktzk/trello-habitica/commit/b94c7d5))
6-
* Ability to hide/show todos icon ([ea70a12](https://github.com/alexktzk/trello-habitica/commit/ea70a12))
7-
* Popup with latest updates ([caeb409](https://github.com/alexktzk/trello-habitica/commit/caeb409))
11+
- Ability to hide/show card badges ([b94c7d5](https://github.com/alexktzk/trello-habitica/commit/b94c7d5))
12+
- Ability to hide/show todos icon ([ea70a12](https://github.com/alexktzk/trello-habitica/commit/ea70a12))
13+
- Popup with latest updates ([caeb409](https://github.com/alexktzk/trello-habitica/commit/caeb409))
814

915
### Fixed
1016

11-
* Ability to change todo difficulty to trivial ([afb4e47](https://github.com/alexktzk/trello-habitica/commit/afb4e47))
12-
17+
- Ability to change todo difficulty to trivial ([afb4e47](https://github.com/alexktzk/trello-habitica/commit/afb4e47))
1318

1419
## 1.0.0 (2019-02-17)
1520

1621
### Added
1722

18-
* Ability to edit single card settings ([c227095](https://github.com/alexktzk/trello-habitica/commit/c227095))
19-
* Ability to specify default difficulty for a task ([5576e20](https://github.com/alexktzk/trello-habitica/commit/5576e20))
20-
* Ability to sync only the cards that was assigned to user ([ff83100](https://github.com/alexktzk/trello-habitica/commit/ff83100))
21-
* Simple auth system ([88f2c29](https://github.com/alexktzk/trello-habitica/commit/88f2c29))
22-
* Store user id and api token in the local storage ([5a7ae1d](https://github.com/alexktzk/trello-habitica/commit/5a7ae1d))
23+
- Ability to edit single card settings ([c227095](https://github.com/alexktzk/trello-habitica/commit/c227095))
24+
- Ability to specify default difficulty for a task ([5576e20](https://github.com/alexktzk/trello-habitica/commit/5576e20))
25+
- Ability to sync only the cards that was assigned to user ([ff83100](https://github.com/alexktzk/trello-habitica/commit/ff83100))
26+
- Simple auth system ([88f2c29](https://github.com/alexktzk/trello-habitica/commit/88f2c29))
27+
- Store user id and api token in the local storage ([5a7ae1d](https://github.com/alexktzk/trello-habitica/commit/5a7ae1d))

src/changelog/README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1+
# 1.2.0 (2019-05-16)
2+
3+
### Added
4+
5+
- Webpack dev config with configuration for webpack-dev-server. Webpack production config with scripts for build and deploy
6+
17
## 1.1.1 (2019-02-21)
28

39
### Added
410

5-
* Ability to hide/show card badges
6-
* Ability to hide/show todos icon
7-
* Popup with latest updates
11+
- Ability to hide/show card badges
12+
- Ability to hide/show todos icon
13+
- Popup with latest updates
814

915
### Fixed
1016

11-
* Ability to change todo difficulty to trivial
12-
17+
- Ability to change todo difficulty to trivial
1318

1419
## 1.0.0 (2019-02-17)
1520

1621
### Added
1722

18-
* Ability to edit single card settings
19-
* Ability to specify default difficulty for a task
20-
* Ability to sync only the cards that was assigned to user
21-
* Simple auth system
22-
* Store user id and api token in the local storage
23+
- Ability to edit single card settings
24+
- Ability to specify default difficulty for a task
25+
- Ability to sync only the cards that was assigned to user
26+
- Simple auth system
27+
- Store user id and api token in the local storage

0 commit comments

Comments
 (0)