From 6ee5b8286c506274572ab23c29d41d8c90fa0c63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 21:21:07 -0700 Subject: [PATCH] chore: release 1.6.3 (#62) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c8c0f..4e7b8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.6.3](https://www.github.com/yargs/yargs-unparser/compare/v1.6.2...v1.6.3) (2020-06-17) + + +### Bug Fixes + +* test automatic publish ([209a487](https://www.github.com/yargs/yargs-unparser/commit/209a4870af799f4b200c2a89d7b7e50c9fd5fd1f)) + ### [1.6.2](https://www.github.com/yargs/yargs-unparser/compare/v1.6.1...v1.6.2) (2020-06-17) diff --git a/package-lock.json b/package-lock.json index 4845851..4e01563 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "yargs-unparser", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 270b02c..e3ae068 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "yargs-unparser", "description": "Converts back a yargs argv object to its original array form", - "version": "1.6.2", + "version": "1.6.3", "keywords": [ "yargs", "unparse",