@@ -1,5 +0,0 @@
----
-"@sv443-network/userutils": patch
-
-Consolidated behavior of `lightenColor()` and `darkenColor()` when using non-number values
@@ -1,6 +0,0 @@
-"@sv443-network/userutils": major
-Changed `hexToRgb()` and `rgbToHex()` to support `#RGBA` and `#RRGGBBAA` color codes (with an alpha channel).
-Both functions now have an `alpha` value immediately after `blue`, which can be set to `undefined` to restore the old behavior.
-"@sv443-network/userutils": minor
-Added parameter `upperCase` (false by default) to `lightenColor()` and `darkenColor()`
@@ -1,5 +1,20 @@
# @sv443-network/userutils
+## 8.0.0
+
+### Major Changes
+- 54ee0ce: Changed `hexToRgb()` and `rgbToHex()` to support `#RGBA` and `#RRGGBBAA` color codes (with an alpha channel).
+ Both functions now have an `alpha` value immediately after `blue`, which can be set to `undefined` to restore the old behavior.
+### Minor Changes
+- 54ee0ce: Added parameter `upperCase` (false by default) to `lightenColor()` and `darkenColor()`
+### Patch Changes
+- 54ee0ce: Consolidated behavior of `lightenColor()` and `darkenColor()` when using non-number values
## 7.3.0
### Minor Changes
@@ -1,7 +1,7 @@
{
"name": "@sv443-network/userutils",
"libName": "UserUtils",
- "version": "7.3.0",
+ "version": "8.0.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",