diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c1c1b4..b6050e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## [1.2.4](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.2.3...v1.2.4) (2018-04-07) + + +### Bug Fixes + +* ignore version tags ([ba9b417](https://github.com/oclif/plugin-warn-if-update-available/commit/ba9b417)) + ## [1.2.3](https://github.com/oclif/plugin-warn-if-update-available/compare/v1.2.2...v1.2.3) (2018-03-25) diff --git a/README.md b/README.md index 29eeeebd..d869fc27 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ warns if there is a newer version of CLI released * [What is this?](#what-is-this) +* [How it works](#how-it-works) * [Installation](#installation) diff --git a/package.json b/package.json index d7d6e6cf..39835f6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-warn-if-update-available", "description": "warns if there is a newer version of CLI released", - "version": "1.2.3", + "version": "1.2.4", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-warn-if-update-available/issues", "dependencies": {