From c55d139ab5f7ad5ec710f40a0721e7e00b5d74b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 11:19:26 +0000 Subject: [PATCH] chore(release): release 4.3.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb65ee0..d114607e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +# [4.3.0](https://github.com/sapphiredev/pieces/compare/v4.2.2...v4.3.0) - (2024-06-30) + +## 🐛 Bug Fixes + +- **deps:** Update all non-major dependencies ([5dad3e5](https://github.com/sapphiredev/pieces/commit/5dad3e5629c1be0409e312d47088d6a8e641312e)) ([#407](https://github.com/sapphiredev/pieces/pull/407) by @renovate[bot]) + +## 📝 Documentation + +- **container:** Fix incorrect function name in tsdoc ([d58e5d5](https://github.com/sapphiredev/pieces/commit/d58e5d55593d335c8adbd8ce7b41a6a5b7579198)) + +## 🚀 Features + +- Check for more environments for TS support ([d8c7a6d](https://github.com/sapphiredev/pieces/commit/d8c7a6d4f9f90fabe6b8cdc68e0ed28f0b5de1e4)) ([#415](https://github.com/sapphiredev/pieces/pull/415) by @kyranet) + # [4.2.2](https://github.com/sapphiredev/pieces/compare/v4.2.2...v4.2.2) - (2024-01-19) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index 5648547b..c14c4f1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/pieces", - "version": "4.2.2", + "version": "4.3.0", "description": "Sapphire's piece loader.", "main": "dist/cjs/index.cjs", "module": "dist/esm/index.mjs",