diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b9e2f..2b75241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2020-05-17 ### Changed - Release tag format changed to have a prefix of `v` diff --git a/package-lock.json b/package-lock.json index 84b2dc3..6157455 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gulp-reinstall", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bce8ba9..d152ada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-reinstall", - "version": "0.1.0", + "version": "0.2.0", "description": "A Gulp plugin to install npm, bower, tsd, and pip packages, based on the configuration files found in the gulp file stream", "main": "index.js", "scripts": {