Skip to content

Commit

Permalink
chore(release): release 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Mar 17, 2023
1 parent d20a020 commit 99c507b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

# [3.6.1](https://github.com/sapphiredev/pieces/compare/v3.6.0...v3.6.1) - (2023-03-17)

## 🐛 Bug Fixes

- **LoaderError:** Changed `LoaderErrorType` from `const enum` to just `enum` ([7e23deb](https://github.com/sapphiredev/pieces/commit/7e23deb5188aca1db3fcf38c373d424119711ccf))
- **deps:** Update all non-major dependencies (#276) ([5b3b7b6](https://github.com/sapphiredev/pieces/commit/5b3b7b6036b2afa0d91500bf255d04cea8997b48))

# [3.6.0](https://github.com/sapphiredev/pieces/compare/v3.5.2...v3.6.0) - (2022-10-31)

## 🐛 Bug Fixes
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.6.0",
"version": "3.6.1",
"description": "Sapphire's piece loader.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 99c507b

Please sign in to comment.