From 952dfbfd3610d556f811f483cca12e2975dabf28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Wed, 17 Jun 2020 09:55:33 +0200 Subject: [PATCH] chore(release): 0.2.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ca77c..e7aa6fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.2.0](https://github.com/argos-ci/argos-cli/compare/v0.1.3...v0.2.0) (2020-06-17) + + +### ⚠ BREAKING CHANGES + +* **deps:** drop Node.js v8 support + +### Features + +* **build:** add build name ([85a0592](https://github.com/argos-ci/argos-cli/commit/85a059207282ce3435fbfd58fba3239de681156b)) + + +* **deps:** upgrade ([6f922cc](https://github.com/argos-ci/argos-cli/commit/6f922cc022b99cfe2b5994f97415cd1999ee8c16)) + ### [0.1.3](https://github.com/argos-ci/argos-cli/compare/v0.1.2...v0.1.3) (2019-10-18) diff --git a/package.json b/package.json index 4c78c5e..16e734f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "argos-cli", - "version": "0.1.3", + "version": "0.2.0", "description": "Argos command line interface.", "repository": { "type": "git",