Skip to content

Commit

Permalink
Update: version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Huseyinnurbaki committed May 9, 2021
1 parent 6c01a53 commit 5ce096e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---
[![CI](https://github.com/Huseyinnurbaki/crypto-watchdog/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/Huseyinnurbaki/crypto-watchdog/actions/workflows/main.yml)
# Crypto Watchdog is a free crypto market observer.
Queries first 200 coins/tokens every 45 minutes & returns the ones increased or decreased more than %10 in an hour & notifies google chat room & Slack Channel or your services.
Queries first 200 coins/tokens every 45 minutes & returns the ones increased or decreased more than %10 in an hour & notifies google chat room & Slack Channel & Telegram or your services.

- www.coingecko.com (default)
- www.coinmarketcap.com (optional)
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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.2.0] - 2021-05-09
### Added
- Telegram is now supported !
## [0.1.1] - 2021-05-09
### Added
- Custom webhooks are now supported.
Expand Down Expand Up @@ -35,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Query & Filter coins via coinmarketcap apis.
- Notify Google Chat room

[0.2.0]: https://github.com/Huseyinnurbaki/crypto-watchdog/releases/tag/0.2.0
[0.1.1]: https://github.com/Huseyinnurbaki/crypto-watchdog/releases/tag/0.1.1
[0.1.0]: https://github.com/Huseyinnurbaki/crypto-watchdog/releases/tag/0.1.0
[0.0.4]: https://github.com/Huseyinnurbaki/crypto-watchdog/releases/tag/0.0.4
[0.0.3]: https://github.com/Huseyinnurbaki/crypto-watchdog/releases/tag/0.0.3
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.1.1 .
docker build -t hhaluk/crypto-watchdog:latest -t hhaluk/crypto-watchdog:0.2.0 .
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hhaluk/crypto-watchdog",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"author": "huseyinnurbaki",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { config } from 'dotenv';

config();

export const CRYPTO_WATCHDOG_VERSION = '0.1.1';
export const CRYPTO_WATCHDOG_VERSION = '0.2.0';

const Colors = {
LimeGreen: '32CD32',
Expand Down

0 comments on commit 5ce096e

Please sign in to comment.