From 2c2465bc2a1d0a9aadc33d8c3a93ff759fad1bb8 Mon Sep 17 00:00:00 2001 From: Mara Date: Sat, 15 Jun 2024 06:54:03 +0200 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d17d28e..be28d9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.3.0](https://github.com/Dicelette/discord-dicelette/compare/1.2.0...1.3.0) (2024-06-15) + + +### Features + +* support to custom avatar URL in charasheet ([3d4fd88](https://github.com/Dicelette/discord-dicelette/commit/3d4fd88ff623bc4cd244321de5c12434400c21ea)) + + +### Bug Fixes + +* capitalization issue on import ([18b50b9](https://github.com/Dicelette/discord-dicelette/commit/18b50b9a6a24d1e1ef1280ba11837932217734af)) +* capitalize for userEmbed fields name ([27e4e8c](https://github.com/Dicelette/discord-dicelette/commit/27e4e8cb77d018094682d4909c1669c1b80f7d65)) +* isPrivate not recognized ([5e043a9](https://github.com/Dicelette/discord-dicelette/commit/5e043a9e273550d5c32ce4ede6ffcaafc132dda9)) + ## [1.2.0](https://github.com/Dicelette/discord-dicelette/compare/1.1.0...1.2.0) (2024-06-14) diff --git a/package.json b/package.json index f7659272..86b00037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dicelette", - "version": "1.2.0", + "version": "1.3.0", "description": "", "main": "dist/index.js", "repository": "",