From 6ea4235bea765f82af35280cfd26a6c1745a6a04 Mon Sep 17 00:00:00 2001 From: Shaun Finglas Date: Mon, 11 Jul 2022 15:54:33 +0100 Subject: [PATCH] Release 3.3.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d7421..122754d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [3.3.0](https://github.com/uphold/github-changelog-generator/releases/tag/v3.3.0) (2022-07-11) +- Bump node-fetch from 2.6.6 to 2.6.7 [\#106](https://github.com/uphold/github-changelog-generator/pull/106) ([dependabot](https://github.com/apps/dependabot)) +- Bump moment from 2.29.1 to 2.29.4 [\#110](https://github.com/uphold/github-changelog-generator/pull/110) ([dependabot](https://github.com/apps/dependabot)) + ## [3.2.0](https://github.com/uphold/github-changelog-generator/releases/tag/v3.2.0) (2022-06-12) - Support http remotes when detecting repo and owner [\#107](https://github.com/uphold/github-changelog-generator/pull/107) ([satazor](https://github.com/satazor)) diff --git a/package.json b/package.json index b38752c..9bab318 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uphold/github-changelog-generator", - "version": "3.2.0", + "version": "3.3.0", "description": "Generate changelog files from the project's GitHub PRs", "license": "MIT", "author": "Ricardo Lopes",