@funkit/fun-relay 2.1.14-next.0 → 2.1.15

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 +8 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,16 @@
1
1
  # @funkit/fun-relay
2
2
 
3
- ## 2.1.14-next.0
3
+ ## 2.1.15
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - f59725a: chore(fun-relay): add subsidizeFeesSecretKey param to fun-relay and conditionally apply it to x-api-key header
7
+ - df73659: chore: bump versions
8
+
9
+ ## 2.1.14
10
+
11
+ ### Patch Changes
12
+
13
+ - aec480c: chore(fun-relay): add subsidizeFeesSecretKey param to fun-relay and conditionally apply it to x-api-key header
8
14
 
9
15
  ## 2.1.13
10
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/fun-relay",
3
- "version": "2.1.14-next.0",
3
+ "version": "2.1.15",
4
4
  "files": [
5
5
  "dist/src",
6
6
  "dist/index.d.ts",