Skip to content

Commit 8a0bced

Browse files
committed
chore(release): release 4.2.1
1 parent 912d036 commit 8a0bced

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
# [4.2.1](https://github.com/sapphiredev/pieces/compare/v4.2.1...v4.2.1) - (2024-01-12)
6+
7+
## 🐛 Bug Fixes
8+
9+
- Add deno to the filters for loading TS files (#373) ([6ba9dc5](https://github.com/sapphiredev/pieces/commit/6ba9dc5431ad6e8788685d7d5c31752af34c7548))
10+
- **deps:** Update all non-major dependencies ([0c68396](https://github.com/sapphiredev/pieces/commit/0c68396fd5c8a9e03f0c6d14ab1f2ec8d235ed5c))
11+
512
# [4.2.0](https://github.com/sapphiredev/pieces/compare/v4.2.0...v4.2.0) - (2023-12-27)
613

714
## 🚀 Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sapphire/pieces",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Sapphire's piece loader.",
55
"main": "dist/cjs/index.cjs",
66
"module": "dist/esm/index.mjs",

0 commit comments

Comments
 (0)