diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce35b30..c51c2115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.9.0](https://github.com/envoy/plugin-warn-if-update-available/compare/v1.8.5...v1.9.0) (2021-06-22) + + +### Bug Fixes + +* correct imports for lodash.template and chalk ([b0d0ee6](https://github.com/envoy/plugin-warn-if-update-available/commit/b0d0ee677f2ae2fbb14668b831a7116556dce97e)) + + +### Features + +* readd chalk and lodash.template ([b0a34a7](https://github.com/envoy/plugin-warn-if-update-available/commit/b0a34a7b8fec69ac22fd19d25e6c011550177945)) +* support timeOutInDays and message config ([db220a3](https://github.com/envoy/plugin-warn-if-update-available/commit/db220a3614a25d57471b75872c65f85258cc5db6)) + ## [1.8.5](https://github.com/envoy/plugin-warn-if-update-available/compare/v1.8.4...v1.8.5) (2021-06-22) diff --git a/README.md b/README.md index 93aee978..4d500b53 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ warns if there is a newer version of CLI released [![License](https://img.shields.io/github/license/envoy/plugin-warn-if-update-available)](https://github.com/envoy/plugin-warn-if-update-available/blob/master/package.json) - -- [What is this?](#what-is-this) -- [How it works](#how-it-works) -- [Installation](#installation) -- [Configuration](#configuration) +* [@envoy/plugin-warn-if-update-available](#envoyplugin-warn-if-update-available) +* [What is this?](#what-is-this) +* [How it works](#how-it-works) +* [Installation](#installation) +* [Configuration](#configuration) # What is this? diff --git a/package.json b/package.json index 8b37c76d..e23d66b2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@envoy/plugin-warn-if-update-available", "description": "warns if there is a newer version of CLI released", - "version": "1.8.5", + "version": "1.9.0", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/envoy/plugin-warn-if-update-available/issues", "dependencies": {