From f79083bb32f8023de59db7bcb42d3e82913e7c8d Mon Sep 17 00:00:00 2001 From: Roland Warmerdam Date: Mon, 19 Jan 2015 20:06:12 +1300 Subject: [PATCH] Release version 1.2.0 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc1c03..044b38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ All notable changes to this project will be documented in this file. This project follows [Semantic Versioning](http://semver.org). +## 1.2.0 / 2015-01-19 + - add: -v flag for printing the version number. + - add: update-notifier + ## 1.1.0 / 2015-01-18 - - add: padding to the command line progress number + - add: padding to the command line progress number. ## 1.0.0 / 2015-01-17 - initial release. diff --git a/package.json b/package.json index f1d5ddf..cf86653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "medic", - "version": "1.1.0", + "version": "1.2.0", "description": "Perform bulk URL status checks and track changes.", "author": "Roland Warmerdam (https://rolandwarmerdam.co.nz)", "keywords": [],