@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
-
-Added `DataStoreSerializer` methods `serializePartial()` and `deserializePartial()` for partial data exports and imports
-Added function `purifyObj()` to remove an object's prototype chain (i.e. omit all inherited properties like `toString`, `__proto__`, etc.)
@@ -1,5 +1,12 @@
# @sv443-network/userutils
+## 9.3.0
+
+### Minor Changes
+- 89d7970: Added `DataStoreSerializer` methods `serializePartial()` and `deserializePartial()` for partial data exports and imports
+- 5d71770: Added function `purifyObj()` to remove an object's prototype chain (i.e. omit all inherited properties like `toString`, `__proto__`, etc.)
## 9.2.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@sv443-network/userutils",
"libName": "UserUtils",
- "version": "9.2.1",
+ "version": "9.3.0",
"description": "General purpose DOM/GreaseMonkey library that allows you to register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and much more",
"main": "dist/index.js",
"module": "dist/index.js",