diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 75775a9..376b120 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,4 +4,7 @@ - [CandleStick pattern](https://github.com/thanhnguyennguyen/trading-indicator/issues/35) ### [2.0.1](https://www.npmjs.com/package/trading-indicator/v/2.0.1) -- Update input parameter, detach from OHLCV and re-use it. Check [Usage here](https://github.com/thanhnguyennguyen/trading-indicator/README.md) \ No newline at end of file +- Update input parameter, detach from OHLCV and re-use it. Check [Usage here](https://github.com/thanhnguyennguyen/trading-indicator/README.md) + +### [2.0.2](https://www.npmjs.com/package/trading-indicator/v/2.0.2) +- Update for hammer, doji pattern: check last confirmed candle, ignore un-confirm candle \ No newline at end of file diff --git a/package.json b/package.json index 29428dc..45dc977 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trading-indicator", - "version": "2.0.1", + "version": "2.0.2", "description": "provide trading technical indicator values", "main": "index.js", "scripts": {