node-forge 0.8.1 → 0.8.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
@@ -1,6 +1,14 @@
1
1
  Forge ChangeLog
2
2
  ===============
3
3
 
4
+ ## 0.8.2 - 2019-03-18
5
+
6
+ ### Fixed
7
+ - Fix tag calculation when continuing an AES-GCM block.
8
+
9
+ ### Changed
10
+ - Switch to eslint.
11
+
4
12
  ## 0.8.1 - 2019-02-23
5
13
 
6
14
  ### Fixed