diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b973c39faea..9fd0ee1f5313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +# [13.6.0](https://github.com/discordjs/discord.js/compare/13.5.1...13.6.0) - (2022-01-13) + +## Documentation + +- **interaction:** Add locale list link (#7261) ([1f4e633](https://github.com/discordjs/discord.js/commit/1f4e633ce3bd0a2398e49d3a9f6eb5ddd5e09ab9)) + +## Features + +- Add Locales to Interactions (#7131) ([233084a](https://github.com/discordjs/discord.js/commit/233084a6018e77b7f9d94446683eef38790ed277)) + # [13.5.1](https://github.com/discordjs/discord.js/compare/13.5.0...13.5.1) - (2022-01-07) ## Bug Fixes diff --git a/package-lock.json b/package-lock.json index 0c36373fe1c4..50ff64b626eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "discord.js", - "version": "13.5.1", + "version": "13.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "discord.js", - "version": "13.5.1", + "version": "13.6.0", "license": "Apache-2.0", "dependencies": { "@discordjs/builders": "^0.11.0", diff --git a/package.json b/package.json index 8aa5e22db416..1746ad38df4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js", - "version": "13.5.1", + "version": "13.6.0", "description": "A powerful library for interacting with the Discord API", "scripts": { "test": "npm run lint && npm run docs:test && npm run lint:typings && npm run test:typescript",