Skip to content

Commit

Permalink
chore(release): release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Dec 4, 2023
1 parent 41e8cec commit a4390f6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

# [4.0.0](https://github.com/sapphiredev/pieces/compare/v4.0.0...v4.0.0) - (2023-12-04)

## 🏠 Refactor

- Move `walk` to `ILoaderStrategy` (#352) ([540ac88](https://github.com/sapphiredev/pieces/commit/540ac884632b8c72d17aa4b422dfeb372ce743ed))

## 🐛 Bug Fixes

- Properly split CJS and ESM ([41e8cec](https://github.com/sapphiredev/pieces/commit/41e8cec3c3b9ce1f91009d932a2a59fe0b42a6ac))
- 💥 **BREAKING CHANGE:** This ensures that Pieces will properly load the files
from the appropiate folder and we properly bundle CJS and ESM.
To use this version of @sapphire/pieces you have to use @sapphire/framework
v5.x or higher, or update your own usage of @sapphire/pieces to also
properly split ESM and CJS.

# [3.10.0](https://github.com/sapphiredev/pieces/compare/v3.10.0...v3.10.0) - (2023-11-16)

## 🏠 Refactor
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphire/pieces",
"version": "3.10.0",
"version": "4.0.0",
"description": "Sapphire's piece loader.",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
Expand Down

0 comments on commit a4390f6

Please sign in to comment.