From a1625174ce3bf8f0cb3420b237311972445b5400 Mon Sep 17 00:00:00 2001 From: bcomnes Date: Sun, 4 Oct 2020 00:40:56 +0000 Subject: [PATCH] 2.0.2 --- CHANGELOG.md | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae0bdb..d439419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v2.0.2](https://github.com/bcomnes/npm-bump/compare/v2.0.1...v2.0.2) + +### Merged + +- chore(deps): bump actions/setup-node from v2.1.1 to v2.1.2 [`#4`](https://github.com/bcomnes/npm-bump/pull/4) +- chore(deps): bump actions/checkout from v2.3.2 to v2.3.3 [`#3`](https://github.com/bcomnes/npm-bump/pull/3) + +### Commits + +- Update release.yml [`788a62f`](https://github.com/bcomnes/npm-bump/commit/788a62f3aa99f5e0c58525ff185eafd86294fd4b) +- bug: pass gh token to the versions step as well [`0c94b8e`](https://github.com/bcomnes/npm-bump/commit/0c94b8eb330c6cd69f38dc6bb3581aea5e511143) + ## [v2.0.1](https://github.com/bcomnes/npm-bump/compare/v2.0.0...v2.0.1) - 2020-09-15 ### Commits - chore: fix gh-release version [`f1b988b`](https://github.com/bcomnes/npm-bump/commit/f1b988b6ae77c83cbc7c49fa5bafe6c4868ed006) -## [v2.0.0](https://github.com/bcomnes/npm-bump/compare/v1.0.6...v2.0.0) - 2020-09-14 - -## [v1.0.6](https://github.com/bcomnes/npm-bump/compare/v1.0.5...v1.0.6) - 2020-09-14 +## [v2.0.0](https://github.com/bcomnes/npm-bump/compare/v1.0.5...v2.0.0) - 2020-09-14 ### Merged diff --git a/package.json b/package.json index 1c58c58..eb98fbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-bump", - "version": "2.0.1", + "version": "2.0.2", "private": true, "repository": { "type": "git",