#### Change Log for node-red-contrib-twc-weather

- v0.7.0
  - numericPrecision option added to pws-historical and pws-recent nodes
- v0.6.1
  - Improve Scorecard results
    - Declare minimum version of node.js and Node-RED
- v0.6.0
  - Add additional axios error handling ([#6](https://github.com/johnwalicki/node-red-contrib-twc-weather/issues/6))
  - Bump axios version
- v0.5.2
  - Set up a npm publish pipeline
  - Add a SECURITY.md as suggested by OpenSSF Best Practices checklist
  - Add npm-shrinkwrap.json for pipeline
- v0.5.0
  - numericPrecision option added to pws-current observations node (jimison)
  - Bump axios version
- v0.4.1
  - Bump axios version (CVE-2020-28168)
- v0.4.0
  - Refactor nodes to use axios for network requests
  - twcparams bug fix in pws historical node
  - Add TWC 6 Hour Nowcast API from the TWC Enhanced Forecast package
  - Nowcast Example flow
- v0.3.1
  - fix StationID bug in 7 Day recent history nodes
  - Better Weather Dashboard example
- v0.3.0
  - msg.twcparams input override values for all query parameters for the PWS/TWC nodes
  - Return msg.twcparams object with the query params so that they can be used downstream in the flow for possible display on a dashboard.
  - PWS / TWC documentation enhancements
  - Add TWC Daily Forecast node - (3, 5, 7, 10, 15 Day) from the TWC Core Weather Data Package
- v0.2.0
  - Add Cognitive Health Forecast APIs from Lifestyle Indices Weather Data Package
- v0.1.0
  - Initial release - Personal Weather Station wunderground APIs
