diff --git a/.cliff-jumperrc.yml b/.cliff-jumperrc.yml index 0db42a4ca..3aa432723 100644 --- a/.cliff-jumperrc.yml +++ b/.cliff-jumperrc.yml @@ -3,3 +3,4 @@ packagePath: . org: sapphire monoRepo: false commitMessageTemplate: 'chore(release): release {{new-version}}' +tagTemplate: v{{new-version}} diff --git a/CHANGELOG.md b/CHANGELOG.md index da8731011..54422a2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# [2.5.0](https://github.com/sapphiredev/framework/compare/v2.4.1...v2.5.0) - (2022-05-15) + +## 🚀 Features + +- Update to discord.js v13.7.0 (#435) ([a2ea376](https://github.com/sapphiredev/framework/commit/a2ea376f18ddc52b709ad5d6ceb748464b29a63e)) + ### [2.4.1](https://github.com/sapphiredev/framework/compare/v2.4.0...v2.4.1) (2022-02-18) ### Bug Fixes diff --git a/package.json b/package.json index 51afe3884..c8b5cb0b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/framework", - "version": "2.4.1", + "version": "2.5.0", "description": "Discord bot framework built on top of @sapphire/lib for advanced and amazing bots.", "main": "dist/index.js", "types": "dist/index.d.ts",