Skip to content

Commit 4b9855f

Browse files
committed
📝 Changelog and readme
1 parent 3520427 commit 4b9855f

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## [1.1.0] - 2021-01-10
8+
9+
### Added
10+
- Add message if the stock is at 0
11+
12+
### Changed
13+
- Update project on typescript

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ Start the server
6464
pm2 start start.sh
6565
```
6666

67+
## Change log
68+
[https://github.com/Achaak/toogoodtogo-bot/blob/master/CHANGELOG.md](https://github.com/Achaak/toogoodtogo-bot/blob/master/CHANGELOG.md)
69+
6770

6871
## Credit
6972
https://github.com/marklagendijk/node-toogoodtogo-watcher

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "toogoodtogo-bot",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "TooGooToGo-Bot is a tool to warn you about the availability of your favorite stores. This one will warn you thanks to Telegram or Window notifications.",
55
"main": "dist/src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)