From be97222ed4fac6ab86ec15e13e9c21b4decabe68 Mon Sep 17 00:00:00 2001 From: Rich Tebb Date: Sun, 8 Aug 2021 14:27:13 +0100 Subject: [PATCH] chore: release v0.3.0-alpha.0 --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85391fd..031a0fc 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.3.0-alpha.0] - 2021-08-08 ### Removed - Remove support for Node v8 diff --git a/package-lock.json b/package-lock.json index 11a66a4..b70d4e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "gulp-reinstall", - "version": "0.2.0", + "version": "0.3.0-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.2.0", + "version": "0.3.0-alpha.0", "license": "MIT", "dependencies": { "dargs": "^7.0.0", diff --git a/package.json b/package.json index 8582942..59397d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-reinstall", - "version": "0.2.0", + "version": "0.3.0-alpha.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": {