Skip to content

Commit

Permalink
Update: Changelog & app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Huseyinnurbaki committed May 15, 2021
1 parent c74b701 commit 97006ba
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ 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.3.1] - 2021-05-10
## [0.3.3] - 2021-05-15
### Fix
- New token min holder qty filter.

## [0.3.2] - 2021-05-15
### Add
- Build Automation.

## [0.3.1] - 2021-05-13
### Fix
- New token notification misconfiguration error handling.

## [0.3.0] - 2021-05-10
## [0.3.0] - 2021-05-1
### Added
- Feature: New added tokens to the BSC & ETH Networks optionally collected & distributed to the following channels. [Google Chat, Slack & Custom webhooks.]
## [0.2.1] - 2021-05-10
Expand Down
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.3.1",
"version": "0.3.3",
"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 @@ -9,7 +9,7 @@ import { BSC_SCAN_TOKEN, ETH_SCAN_TOKEN } from './paths';

config();

export const CRYPTO_WATCHDOG_VERSION = '0.3.1';
export const CRYPTO_WATCHDOG_VERSION = '0.3.3';
export const AppConfigs = {
CMC_PRO_API_KEY: process.env.CMC_PRO_API_KEY,
BITQUERY_API_KEY: process.env.BITQUERY_API_KEY,
Expand Down

0 comments on commit 97006ba

Please sign in to comment.