Skip to content

Commit

Permalink
Update: changelog & version (0.0.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Huseyinnurbaki committed May 8, 2021
1 parent c42ae5c commit f3f60f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.3] - 2021-05-08
### Added
- Environment Misconfiguration error handling
- Optional daily price increase variable

## [0.0.2] - 2021-05-08
### Added
- Coingecko Apis integrated [MR](https://github.com/Huseyinnurbaki/crypto-watchdog/commit/ed8fa10ba8b8653435f2580f4def54ad82e2555e)
Expand Down
2 changes: 1 addition & 1 deletion pack.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker build -t hhaluk/crypto-watchdog:latest -t hhaluk/crypto-watchdog:0.0.2 .
docker build -t hhaluk/crypto-watchdog:latest -t hhaluk/crypto-watchdog:0.0.3 .
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hhaluk/crypto-watchdog",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"author": "huseyinnurbaki",
"repository": {
Expand All @@ -11,7 +11,9 @@
"crypto",
"market",
"cryptocurrency",
"notification"
"notification",
"google",
"slack"
],
"bugs": {
"url": "https://github.com/Huseyinnurbaki/crypto-watchdog/issues"
Expand Down

0 comments on commit f3f60f0

Please sign in to comment.