From 3688cce222c081dedccef217474d54c36e326384 Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Tue, 22 Jun 2021 14:55:55 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/core/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b79d4c294..35b395cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# 30.4.0 (Tue Jun 22 2021) + +#### 🐛 Bug Fix + +- `@gitbeaker/core` + - Remove log artifact [#1895](https://github.com/jdalrymple/gitbeaker/pull/1895) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🔩 Dependency Updates + +- Bump @typescript-eslint/eslint-plugin from 4.27.0 to 4.28.0 [#1892](https://github.com/jdalrymple/gitbeaker/pull/1892) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump query-string from 7.0.0 to 7.0.1 [#1893](https://github.com/jdalrymple/gitbeaker/pull/1893) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump @typescript-eslint/parser from 4.26.1 to 4.28.0 [#1891](https://github.com/jdalrymple/gitbeaker/pull/1891) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump eslint from 7.28.0 to 7.29.0 [#1888](https://github.com/jdalrymple/gitbeaker/pull/1888) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump typescript from 4.3.2 to 4.3.4 [#1886](https://github.com/jdalrymple/gitbeaker/pull/1886) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump @types/node from 15.12.2 to 15.12.4 [#1887](https://github.com/jdalrymple/gitbeaker/pull/1887) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump rollup from 2.51.2 to 2.52.2 [#1890](https://github.com/jdalrymple/gitbeaker/pull/1890) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # 30.3.0 (Tue Jun 22 2021) #### 🐛 Bug Fix diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index bd22d3c11..4ba9d2075 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,15 @@ +# v30.4.0 (Tue Jun 22 2021) + +#### 🐛 Bug Fix + +- Remove log artifact [#1895](https://github.com/jdalrymple/gitbeaker/pull/1895) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v30.3.0 (Tue Jun 22 2021) #### 🐛 Bug Fix