From b322adb190ef1b41c948fc9dfb7ec8180778a63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=20Rodri=CC=81guez?= Date: Thu, 9 Jun 2022 19:31:39 +0200 Subject: [PATCH] chore(release): 2.7.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31b1330..7af0633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.7.0](https://github.com/makigas/makibot/compare/v2.6.1...v2.7.0) (2022-06-09) + + +### Features + +* add trusted roles ([c62e817](https://github.com/makigas/makibot/commit/c62e817f99a86c8b4bf6e4a428dec21c7b94968a)) + + +### Refactor + +* do not instantiate dependencies in Makibot constructor ([4b25886](https://github.com/makigas/makibot/commit/4b2588697ce6ff6a1bbe80039bbfdb7d2cc9f619)) + ### [2.6.1](https://github.com/makigas/makibot/compare/v2.6.0...v2.6.1) (2022-06-04) diff --git a/package-lock.json b/package-lock.json index d95158e..5617659 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@makigas/makibot", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@makigas/makibot", - "version": "2.6.1", + "version": "2.7.0", "license": "ISC", "dependencies": { "@discordjs/builders": "^0.13.0", diff --git a/package.json b/package.json index 9ff7a72..43aff4c 100644 --- a/package.json +++ b/package.json @@ -136,5 +136,5 @@ } ] }, - "version": "2.6.1" + "version": "2.7.0" }