@artsy/img 1.1.2--canary.26.151.0 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.1.2 (Mon Feb 09 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - feat: add cache policy param to passthrough to gemini [#26](https://github.com/artsy/img/pull/26) ([@brainbicycle](https://github.com/brainbicycle))
6
+
7
+ #### Authors: 1
8
+
9
+ - Brian Beckerle ([@brainbicycle](https://github.com/brainbicycle))
10
+
11
+ ---
12
+
1
13
  # v1.1.1 (Fri Feb 06 2026)
2
14
 
3
15
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/img",
3
- "version": "1.1.2--canary.26.151.0",
3
+ "version": "1.1.2",
4
4
  "description": "Logic for constructing image proxy URLs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",