From c3f09318cf9a22d2580e91e777c80247ae775721 Mon Sep 17 00:00:00 2001 From: Romain Marcadier-Muller Date: Wed, 10 Jul 2019 09:34:59 +0200 Subject: [PATCH] chore(release): 0.0.6 (#34) --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69ef6bc6..b629dc54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.6](https://github.com/RomainMuller/pko/compare/v0.0.5...v0.0.6) (2019-07-10) + + + ### [0.0.5](https://github.com/RomainMuller/pko/compare/v0.0.4...v0.0.5) (2019-05-24) diff --git a/package-lock.json b/package-lock.json index f3b51b57..e6df8151 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pko", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c85967d6..d170de23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pko", - "version": "0.0.5", + "version": "0.0.6", "description": "Run npm commands using a local registry overlay", "license": "Apache-2.0", "homepage": "https://github.com/RomainMuller/pko",