Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](v1.8.5...v1.9.0) (2021-06-22)

### Bug Fixes

* correct imports for lodash.template and chalk ([b0d0ee6](b0d0ee6))

### Features

* readd chalk and lodash.template ([b0a34a7](b0a34a7))
* support timeOutInDays and message config ([db220a3](db220a3))
  • Loading branch information
semantic-release-bot committed Jun 22, 2021
1 parent b0d0ee6 commit a546bce
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- toc -->

- [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)
<!-- tocstop -->

# What is this?
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a546bce

Please sign in to comment.