@sapphire/plugin-utilities-store 1.0.1-next.f4500a5.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@sapphire/plugin-utilities-store@1.0.1](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-utilities-store@1.0.0...@sapphire/plugin-utilities-store@1.0.1) - (2023-04-10)
6
+
7
+ ## 🐛 Bug Fixes
8
+
9
+ - **utilities-store:** Fixed compatibility with TS 5.x ([b5177b8](https://github.com/sapphiredev/plugins/commit/b5177b86da803deefbdd2421fd4bf50fb97211e1))
10
+
5
11
  # [@sapphire/plugin-utilities-store@1.0.0](https://github.com/sapphiredev/plugins/tree/@sapphire/plugin-utilities-store@1.0.0) - (2023-02-18)
6
12
 
7
13
  ## 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-utilities-store",
3
- "version": "1.0.1-next.f4500a5.0",
3
+ "version": "1.0.1",
4
4
  "description": "Plugin for @sapphire/framework to have a Sapphire store which you can fill with utility functions available through the container",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",