diff --git a/changelog.md b/changelog.md index 73021b7..23dd938 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 8276665..16f4838 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hhaluk/crypto-watchdog", - "version": "0.3.1", + "version": "0.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 266280a..7c9c003 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hhaluk/crypto-watchdog", - "version": "0.3.1", + "version": "0.3.3", "description": "", "author": "huseyinnurbaki", "repository": { diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 3701558..fd66d0d 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -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,