@fxhash/eslint-config 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @fxhash/eslint-config
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 616d6020: release frame capture
8
+
9
+ ## 1.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 0b2f1e9d: Release capture frame update
14
+
15
+ ## 1.0.5
16
+
17
+ ### Patch Changes
18
+
19
+ - 886dff18: release sdk with capture frame fix
20
+
3
21
  ## 1.0.4
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fxhash/eslint-config",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "author": "fxhash",
5
5
  "devDependencies": {
6
6
  "@typescript-eslint/eslint-plugin": "8.22.0",