From c2f191eacf8c29bd35859c20d43db78afa9b33a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sevilla=20Mart=C3=ADn?= Date: Sat, 17 Feb 2018 13:52:05 -0500 Subject: [PATCH] v1.4.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cdcc71..fd8aeaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## [1.4.2](https://github.com/YappyBots/YappyGitLab/compare/v1.4.1...v1.4.2) (2018-02-17) + + +### Bug Fixes + +* **gitlab:** fix repo using input and not parsed output ([7797844](https://github.com/YappyBots/YappyGitLab/commit/7797844)) +* **gitlab:** rework parser to support .git and multiple organization groups ([eb49c5c](https://github.com/YappyBots/YappyGitLab/commit/eb49c5c)) +* **gitlab:** rework parser url to allow urls starting with git@ ([101ab7a](https://github.com/YappyBots/YappyGitLab/commit/101ab7a)) + + + ## [1.4.1](https://github.com/YappyBots/YappyGitLab/compare/v1.4.0...v1.4.1) (2018-02-17) diff --git a/package.json b/package.json index 76d6eee..0f0cd45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DiscordBot-YappyGitlab", - "version": "1.4.1", + "version": "1.4.2", "description": "A Gitlab repo monitor bot for Discord", "main": "lib/index.js", "private": true,