@quenty/attributeutils 8.1.1 → 8.1.2

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [8.1.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/attributeutils@8.1.1...@quenty/attributeutils@8.1.2) (2022-11-28)
7
+
8
+ **Note:** Version bump only for package @quenty/attributeutils
9
+
10
+
11
+
12
+
13
+
6
14
  ## [8.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/attributeutils@8.1.0...@quenty/attributeutils@8.1.1) (2022-11-04)
7
15
 
8
16
  **Note:** Version bump only for package @quenty/attributeutils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/attributeutils",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
4
4
  "description": "Provides utility functions to work with attributes in Roblox",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "8b9877c26a3fc753409a5114e56717837291279d"
37
+ "gitHead": "5aa737271750f0a13855762d6998eafab88b522f"
38
38
  }
@@ -27,6 +27,7 @@ local VALID_ATTRIBUTE_TYPES = {
27
27
  ["IntValue"] = true;
28
28
  ["NumberRange"] = true;
29
29
  ["Rect"] = true;
30
+ ["Font"] = true;
30
31
  }
31
32
 
32
33
  --[=[
@@ -159,4 +160,4 @@ function AttributeUtils.removeAllAttributes(instance: Instance)
159
160
  end
160
161
  end
161
162
 
162
- return AttributeUtils
163
+ return AttributeUtils