Skip to content

Commit

Permalink
📝 Changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Achaak committed Jan 10, 2021
1 parent 3520427 commit 4b9855f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.1.0] - 2021-01-10

### Added
- Add message if the stock is at 0

### Changed
- Update project on typescript
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Start the server
pm2 start start.sh
```

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


## Credit
https://github.com/marklagendijk/node-toogoodtogo-watcher
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toogoodtogo-bot",
"version": "1.0.0",
"version": "1.1.0",
"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.",
"main": "dist/src/index.js",
"scripts": {
Expand Down

0 comments on commit 4b9855f

Please sign in to comment.