diff --git a/packages/duration/CHANGELOG.md b/packages/duration/CHANGELOG.md index 8dc0b37205..520fca25a2 100644 --- a/packages/duration/CHANGELOG.md +++ b/packages/duration/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +# [@sapphire/duration@1.1.3](https://github.com/sapphiredev/utilities/compare/@sapphire/duration@1.1.2...@sapphire/duration@1.1.3) - (2024-11-02) + +## 🐛 Bug Fixes + +- Move browser imports ([100ffb0](https://github.com/sapphiredev/utilities/commit/100ffb0a2471bb9f74cc580d282d11059e1a0a68)) ([#826](https://github.com/sapphiredev/utilities/pull/826) by @kyranet) +- **deps:** Update all non-major dependencies ([083376a](https://github.com/sapphiredev/utilities/commit/083376aac55094dbeddb5194e8a8f0d794b8cceb)) ([#763](https://github.com/sapphiredev/utilities/pull/763) by @renovate[bot]) +- **deps:** Update all non-major dependencies ([e7fdc5d](https://github.com/sapphiredev/utilities/commit/e7fdc5db3632a7f90292ef3978898da32730343a)) ([#752](https://github.com/sapphiredev/utilities/pull/752) by @renovate[bot]) + +## 📝 Documentation + +- **readme:** Fix readme table of contents ([c60e8bd](https://github.com/sapphiredev/utilities/commit/c60e8bd9fc89156cf973871597ec3f0ef0308c08)) + # [@sapphire/duration@1.1.2](https://github.com/sapphiredev/utilities/compare/@sapphire/duration@1.1.2...@sapphire/duration@1.1.2) - (2024-01-19) ## 🐛 Bug Fixes diff --git a/packages/duration/package.json b/packages/duration/package.json index 438a6033da..a5adf55502 100644 --- a/packages/duration/package.json +++ b/packages/duration/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/duration", - "version": "1.1.2", + "version": "1.1.3", "description": "A time duration utility library for JavaScript.", "author": "@sapphire", "license": "MIT",