diff --git a/CHANGELOG.md b/CHANGELOG.md index 572c9ad..363b8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [1.3.14](https://github.com/requestly/requestly-proxy/compare/v1.3.13...v1.3.14) (2026-01-05) + ## [1.3.13](https://github.com/requestly/rq-proxy/compare/v1.3.12...v1.3.13) (2026-01-05) diff --git a/package-lock.json b/package-lock.json index 8cfdea2..3618f81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@requestly/requestly-proxy", - "version": "1.3.13", + "version": "1.3.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@requestly/requestly-proxy", - "version": "1.3.13", + "version": "1.3.14", "license": "ISC", "dependencies": { "@requestly/requestly-core": "1.1.1", diff --git a/package.json b/package.json index 09537e7..36794b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@requestly/requestly-proxy", - "version": "1.3.13", + "version": "1.3.14", "description": "Proxy that gives superpowers to all the Requestly clients", "main": "dist/index.js", "types": "dist/index.d.ts",