diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ade4ca2..ee8380c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# 32.3.0 (Fri Aug 27 2021) + +#### 🐛 Bug Fix + +- `@gitbeaker/browser`, `@gitbeaker/cli`, `@gitbeaker/core`, `@gitbeaker/node` + - Adding a core integration test, and fixing the resource imports [#2039](https://github.com/jdalrymple/gitbeaker/pull/2039) ([@jdalrymple](https://github.com/jdalrymple)) + +#### 🔩 Dependency Updates + +- Bump @types/node from 16.7.1 to 16.7.2 [#2036](https://github.com/jdalrymple/gitbeaker/pull/2036) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump eslint-plugin-import from 2.24.1 to 2.24.2 [#2033](https://github.com/jdalrymple/gitbeaker/pull/2033) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump playwright from 1.14.0 to 1.14.1 [#2034](https://github.com/jdalrymple/gitbeaker/pull/2034) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump husky from 7.0.1 to 7.0.2 [#2032](https://github.com/jdalrymple/gitbeaker/pull/2032) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump @typescript-eslint/eslint-plugin from 4.29.2 to 4.29.3 [#2028](https://github.com/jdalrymple/gitbeaker/pull/2028) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump rollup from 2.56.2 to 2.56.3 [#2029](https://github.com/jdalrymple/gitbeaker/pull/2029) ([@dependabot[bot]](https://github.com/dependabot[bot])) +- Bump @typescript-eslint/parser from 4.29.2 to 4.29.3 [#2027](https://github.com/jdalrymple/gitbeaker/pull/2027) ([@dependabot[bot]](https://github.com/dependabot[bot])) + +#### Authors: 2 + +- [@dependabot[bot]](https://github.com/dependabot[bot]) +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # 32.2.0 (Mon Aug 23 2021) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 6b159913..a8741562 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,3 +1,15 @@ +# v32.3.0 (Fri Aug 27 2021) + +#### 🐛 Bug Fix + +- Adding a core integration test, and fixing the resource imports [#2039](https://github.com/jdalrymple/gitbeaker/pull/2039) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v32.2.0 (Mon Aug 23 2021) #### 🔩 Dependency Updates diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index d496ba76..0ba99cf7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,3 +1,15 @@ +# v32.3.0 (Fri Aug 27 2021) + +#### 🐛 Bug Fix + +- Adding a core integration test, and fixing the resource imports [#2039](https://github.com/jdalrymple/gitbeaker/pull/2039) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v31.0.0 (Mon Jul 05 2021) #### 💥 Breaking Change diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 212882ce..fb383bcf 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,15 @@ +# v32.3.0 (Fri Aug 27 2021) + +#### 🐛 Bug Fix + +- Adding a core integration test, and fixing the resource imports [#2039](https://github.com/jdalrymple/gitbeaker/pull/2039) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v32.2.0 (Mon Aug 23 2021) :tada: This release contains work from a new contributor! :tada: diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 93f5672c..aa908f9d 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -1,3 +1,15 @@ +# v32.3.0 (Fri Aug 27 2021) + +#### 🐛 Bug Fix + +- Adding a core integration test, and fixing the resource imports [#2039](https://github.com/jdalrymple/gitbeaker/pull/2039) ([@jdalrymple](https://github.com/jdalrymple)) + +#### Authors: 1 + +- Justin Dalrymple ([@jdalrymple](https://github.com/jdalrymple)) + +--- + # v32.1.1 (Mon Aug 09 2021) #### 👷🏼‍♀️ Technical Debt