From 3fe14e8eadc94ad476d1949c0a8edb68fa2a576d Mon Sep 17 00:00:00 2001 From: 3846masa <3846masahiro+git@gmail.com> Date: Fri, 10 Jan 2020 01:23:47 +0900 Subject: [PATCH] v4.1.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a563be48..3992b681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,21 @@ 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). +## [4.1.0] + +### Added + +- [Support Node.js v10](https://github.com/3846masa/upload-gphotos/pull/450) + +### Fixed + +- [Fix alias of username argument](https://github.com/3846masa/upload-gphotos/pull/451) + ## [4.0.0] ### Changed - Refactor all files. +[4.1.0]: https://github.com/3846masa/upload-gphotos/releases/tag/v4.1.0 [4.0.0]: https://github.com/3846masa/upload-gphotos/releases/tag/v4.0.0 diff --git a/package.json b/package.json index ec8a2653..26bc1663 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/3846masa/upload-gphotos/issues" }, - "version": "4.0.0", + "version": "4.1.0", "main": "lib/index.js", "bin": { "upload-gphotos": "lib/cli/index.js"