node-forge 1.2.0 → 1.2.1

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
@@ -1,6 +1,13 @@
1
1
  Forge ChangeLog
2
2
  ===============
3
3
 
4
+ ## 1.2.1 - 2022-01-11
5
+
6
+ ### Fixed
7
+ - [tests]: Load entire module to improve top-level testing and coverage
8
+ reporting.
9
+ - [log]: Refactor logging setup to avoid use of `URLSearchParams`.
10
+
4
11
  ## 1.2.0 - 2022-01-07
5
12
 
6
13
  ### Fixed