Skip to content

Commit d500d97

Browse files
committed
chore(formatters): release @discordjs/formatters@0.6.2
1 parent 6727634 commit d500d97

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

packages/formatters/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
# [@discordjs/formatters@0.6.2](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2025-11-18)
6+
7+
## Bug Fixes
8+
9+
- Improve handling of italics in the presence of links (#11064) ([1c57016](https://github.com/discordjs/discord.js/commit/1c5701651ab344c81d69ca0efa31bd9df6e51f2e))
10+
11+
## Features
12+
13+
- Support new s/S timestamp styles in v14 (#11268) ([eeeef2a](https://github.com/discordjs/discord.js/commit/eeeef2ac500b771964a6c0552c68d80acbff879e))
14+
- Add linked roles formatters (#10461) ([b26af3c](https://github.com/discordjs/discord.js/commit/b26af3cf384ae15045737ffc3750b3613242bb39))
15+
- Add `email` and `phoneNumber` formatters (#11050) ([bf0430f](https://github.com/discordjs/discord.js/commit/bf0430f998435d93a5b5c9dfddf92a444762811f))
16+
17+
## Refactor
18+
19+
- **formatters:** Change `:_:` emoji name placeholder (#10567) ([169b05f](https://github.com/discordjs/discord.js/commit/169b05f3191a89528b93a07f24358991c2d91c0c))
20+
21+
### New Contributors
22+
23+
* @sdanialraza made their first contribution in #10488
24+
* @ckohen made their first contribution in #10471
25+
* @vladfrangu made their first contribution in #
26+
527
# [@discordjs/formatters@0.5.0](https://github.com/discordjs/discord.js/compare/@discordjs/[email protected]...@discordjs/[email protected]) - (2024-09-01)
628

729
## Features

packages/formatters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@discordjs/formatters",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"description": "A set of functions to format strings for Discord.",
66
"scripts": {
77
"test": "vitest run",

0 commit comments

Comments
 (0)