@quenty/defaultvalueutils 1.0.1-canary.402.a911cda.0 → 1.1.0

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 +21 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## 1.0.1-canary.402.a911cda.0 (2023-08-23)
6
+ # 1.1.0 (2023-08-23)
7
7
 
8
8
 
9
9
  ### Bug Fixes
@@ -15,3 +15,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
15
15
  ### Features
16
16
 
17
17
  * Add DefaultValueUtils ([abd0df4](https://github.com/Quenty/NevermoreEngine/commit/abd0df4439e7124c81fbab6d7cf9636c872487d9))
18
+
19
+
20
+
21
+
22
+
23
+ # v1.1.0 (Wed Aug 23 2023)
24
+
25
+ #### 🚀 Enhancement
26
+
27
+ - users/quenty/datastore [#402](https://github.com/Quenty/NevermoreEngine/pull/402) ([@Quenty](https://github.com/Quenty))
28
+ - feat: Add DefaultValueUtils ([@Quenty](https://github.com/Quenty))
29
+
30
+ #### 🐛 Bug Fix
31
+
32
+ - fix: Remove unused code ([@Quenty](https://github.com/Quenty))
33
+ - fix: Add missing dependencies ([@Quenty](https://github.com/Quenty))
34
+
35
+ #### Authors: 1
36
+
37
+ - James Onnen ([@Quenty](https://github.com/Quenty))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/defaultvalueutils",
3
- "version": "1.0.1-canary.402.a911cda.0",
3
+ "version": "1.1.0",
4
4
  "description": "Helps get the default or zero value for value types in Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "a911cdaf4f1039b599528cec17b027f4660e4fd8"
30
+ "gitHead": "2547e660a0333034a5b20ddd6b23e343bc01f7c6"
31
31
  }