Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit f4c45a1

Browse files
committed
⬆️ Bump version to 1.1.0
1 parent 4d279c5 commit f4c45a1

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# Changelog
22

3+
<a name="1.1.0"></a>
4+
## 1.1.0 (2021-10-12)
5+
6+
### Added
7+
8+
- ✨ colors on Pipeline pass / fail [[fa351b5](https://github.com/LEDBrain/gitlab-webhook-threads/commit/fa351b5810be6f5f946951e8f981fd5191a3ac6e)]
9+
10+
### Changed
11+
12+
- ⬆️ (deps-dev): Bump ts-node from 10.2.1 to 10.3.0 [[2cf6f72](https://github.com/LEDBrain/gitlab-webhook-threads/commit/2cf6f7246bdea86f68b6cd938b28b9e14ed2739d)]
13+
- ⬆️ (deps-dev): Bump eslint from 7.32.0 to 8.0.0 [[2561f1f](https://github.com/LEDBrain/gitlab-webhook-threads/commit/2561f1f5bcb5b4e77ddfef45fa9e258f40c129cd)]
14+
- ⬆️ (deps): Bump discord.js from 13.1.0 to 13.2.0 [[eeb07a0](https://github.com/LEDBrain/gitlab-webhook-threads/commit/eeb07a06f4f1880185faadfb354b0d954669e26e)]
15+
- ⬆️ (deps-dev): Bump typescript from 4.4.2 to 4.4.3 [[829cc36](https://github.com/LEDBrain/gitlab-webhook-threads/commit/829cc36ad2ae3b66ac6360e1c010345c3657ab11)]
16+
- ⬆️ (deps-dev): Bump typescript from 4.3.5 to 4.4.2 [[c28f742](https://github.com/LEDBrain/gitlab-webhook-threads/commit/c28f74246cca911556ba785d5234e50cdbd48153)]
17+
- ⬆️ (deps-dev): Bump ts-node from 10.2.0 to 10.2.1 [[ca2b0c4](https://github.com/LEDBrain/gitlab-webhook-threads/commit/ca2b0c425e7ff84cf9354d6338165644860e1e0d)]
18+
- ⬆️ (deps): Bump discord.js from 13.0.1 to 13.1.0 [[68ebb2f](https://github.com/LEDBrain/gitlab-webhook-threads/commit/68ebb2f7820f52b26dba8117939b91c02b623f1d)]
19+
- 🔧 🚑fix identation error in yaml [[e4a3468](https://github.com/LEDBrain/gitlab-webhook-threads/commit/e4a346887d635c8b433af222a638a2fa661e9e20)]
20+
- 🔧 Added dependabot.yml [[8e1cbff](https://github.com/LEDBrain/gitlab-webhook-threads/commit/8e1cbffa5212cd99440300ee362e74db036aa1b1)]
21+
22+
### Removed
23+
24+
- 🔥 remove renovate.json [[a22fd4c](https://github.com/LEDBrain/gitlab-webhook-threads/commit/a22fd4cc5ffda2df2646377143d290899c010df8)]
25+
26+
### Fixed
27+
28+
- 🐛 fix Pipelines for repos with &#x60;/&#x60; in name [[4d279c5](https://github.com/LEDBrain/gitlab-webhook-threads/commit/4d279c5b77c7ad9bc59108a0c0ed6093e0e7b15d)]
29+
- 🐛 fix repos with &#x60;/&#x60; in name [[2366e32](https://github.com/LEDBrain/gitlab-webhook-threads/commit/2366e32d765fceb53fc8484d5573cd9d229d296a)]
30+
- 🐛 fix channel name [[00da049](https://github.com/LEDBrain/gitlab-webhook-threads/commit/00da0495cbc22fb481300b004c36ea3194d4cc8d)]
31+
- 🐛 fix the regex [[75b8d68](https://github.com/LEDBrain/gitlab-webhook-threads/commit/75b8d6862e287f3c7937ae31cda09fd9731b0a3e)]
32+
33+
### Miscellaneous
34+
35+
- 🔀 Merge pull request [#10](https://github.com/LEDBrain/gitlab-webhook-threads/issues/10) from LEDBrain/dependabot/npm_and_yarn/ts-node-10.3.0 [[20cc37b](https://github.com/LEDBrain/gitlab-webhook-threads/commit/20cc37bd0b21b247af4c9c052eb7d80b09c61bde)]
36+
- 🔀 Merge pull request [#9](https://github.com/LEDBrain/gitlab-webhook-threads/issues/9) from LEDBrain/dependabot/npm_and_yarn/eslint-8.0.0 [[6069f51](https://github.com/LEDBrain/gitlab-webhook-threads/commit/6069f51b67ac8d31e1bbaaa9a6114d2b432f5b33)]
37+
- Merge pull request [#8](https://github.com/LEDBrain/gitlab-webhook-threads/issues/8) from LEDBrain/dependabot/npm_and_yarn/discord.js-13.2.0 [[c0a8b05](https://github.com/LEDBrain/gitlab-webhook-threads/commit/c0a8b0565d66b4552cd7733799b62ccd9d015153)]
38+
- 🔀 Merge pull request [#7](https://github.com/LEDBrain/gitlab-webhook-threads/issues/7) from LEDBrain/dependabot/npm_and_yarn/typescript-4.4.3 [[721b2ae](https://github.com/LEDBrain/gitlab-webhook-threads/commit/721b2aef00ff7e2653bf811d4b266266ea0e69c0)]
39+
- 🔀 Merge pull request [#6](https://github.com/LEDBrain/gitlab-webhook-threads/issues/6) from LEDBrain/dependabot/npm_and_yarn/typescript-4.4.2 [[b7b9206](https://github.com/LEDBrain/gitlab-webhook-threads/commit/b7b92061ad3fe6ba83b59c5963f2700bf8943b20)]
40+
- 🔀 Merge pull request [#5](https://github.com/LEDBrain/gitlab-webhook-threads/issues/5) from LEDBrain/dependabot/npm_and_yarn/ts-node-10.2.1 [[eefc55e](https://github.com/LEDBrain/gitlab-webhook-threads/commit/eefc55e25cfb6a8cc53f51487a23d2613cd336da)]
41+
- 🔀 Merge pull request [#4](https://github.com/LEDBrain/gitlab-webhook-threads/issues/4) from LEDBrain/dependabot/npm_and_yarn/discord.js-13.1.0 [[9cf6821](https://github.com/LEDBrain/gitlab-webhook-threads/commit/9cf68215fd682ff5f454e1be228eeec06bbd9371)]
42+
43+
344
<a name="1.0.0"></a>
445
## 1.0.0 (2021-08-09)
546

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitlab-webhook-threads",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "dist/bot.js",
66
"scripts": {

0 commit comments

Comments
 (0)