From a2924b4fd2bf863b0dbc82ab8de60107b37615fe Mon Sep 17 00:00:00 2001 From: iCrawl Date: Wed, 11 Aug 2021 00:13:55 +0200 Subject: [PATCH] chore(Release): publish --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1c45ab..2add5dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +# [0.5.0](https://github.com/discordjs/builders/compare/v0.3.0...v0.5.0) (2021-08-10) + + +### Features + +* **Formatters:** add `formatEmoji` ([#20](https://github.com/discordjs/builders/issues/20)) ([c3d8bb5](https://github.com/discordjs/builders/commit/c3d8bb5363a1d46b45c0def4277da6921e2ba209)) + + + # [0.4.0](https://github.com/discordjs/builders/compare/v0.3.0...v0.4.0) (2021-08-05) ### Features diff --git a/package-lock.json b/package-lock.json index 4aac235a..726af766 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@discordjs/builders", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@discordjs/builders", - "version": "0.4.0", + "version": "0.5.0", "license": "Apache-2.0", "dependencies": { "@sindresorhus/is": "^4.0.1", diff --git a/package.json b/package.json index 6950fea1..f909c2e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@discordjs/builders", - "version": "0.4.0", + "version": "0.5.0", "description": "A set of builders that you can use when creating your bot.", "main": "./dist/index.js", "module": "./dist/index.mjs",