From 88c6db5577977250f9f3e75210afa2d1903cd43b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 21 Jan 2023 18:57:45 +0000 Subject: [PATCH] chore(release): 1.1.0 # [1.1.0](https://github.com/stenic/docmerge/compare/v1.0.3...v1.1.0) (2023-01-21) ### Bug Fixes * Use generator pattern to speed up initial wait time ([c3c054b](https://github.com/stenic/docmerge/commit/c3c054b1f252a3916222d10df7dd54f1615579df)) ### Features * **gitlab:** Topic filter ([9431476](https://github.com/stenic/docmerge/commit/9431476e7f0b31e90769563d93c4278392d85c51)) * Implement gitlab ([9d2a1c8](https://github.com/stenic/docmerge/commit/9d2a1c85bb729709f016fbce81b264854e4d1f47)) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fadd8f4..2073856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/stenic/docmerge/compare/v1.0.3...v1.1.0) (2023-01-21) + + +### Bug Fixes + +* Use generator pattern to speed up initial wait time ([c3c054b](https://github.com/stenic/docmerge/commit/c3c054b1f252a3916222d10df7dd54f1615579df)) + + +### Features + +* **gitlab:** Topic filter ([9431476](https://github.com/stenic/docmerge/commit/9431476e7f0b31e90769563d93c4278392d85c51)) +* Implement gitlab ([9d2a1c8](https://github.com/stenic/docmerge/commit/9d2a1c85bb729709f016fbce81b264854e4d1f47)) + ## [1.0.3](https://github.com/stenic/docmerge/compare/v1.0.2...v1.0.3) (2023-01-19)