@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": minor
-
-Added Dialog class for easily creating customizable modal dialogs
-Added NanoEmitter class for lightweight event emitter functionality in both OOP and FP
@@ -1,5 +1,12 @@
# @sv443-network/userutils
+## 7.1.0
+
+### Minor Changes
+- 7335c59: Added Dialog class for easily creating customizable modal dialogs
+- ca50132: Added NanoEmitter class for lightweight event emitter functionality in both OOP and FP
## 7.0.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@sv443-network/userutils",
"libName": "UserUtils",
- "version": "7.0.1",
+ "version": "7.1.0",
"description": "Library with various utilities for userscripts - register listeners for when CSS selectors exist, intercept events, create persistent & synchronous data stores, modify the DOM more easily and more",
"main": "dist/index.js",
"module": "dist/index.mjs",