diff --git a/CHANGELOG.md b/CHANGELOG.md index d2db79b..a5c6fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [1.5.2](https://github.com/requestly/requestly-proxy/compare/v1.5.1...v1.5.2) (2026-06-29) + ## [1.5.1](https://github.com/requestly/requestly-proxy/compare/v1.5.0...v1.5.1) (2026-06-26) diff --git a/package-lock.json b/package-lock.json index 5c67064..023fb93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@requestly/requestly-proxy", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@requestly/requestly-proxy", - "version": "1.5.1", + "version": "1.5.2", "license": "ISC", "dependencies": { "@requestly/requestly-core": "1.1.1", diff --git a/package.json b/package.json index bad4975..1933f7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@requestly/requestly-proxy", - "version": "1.5.1", + "version": "1.5.2", "description": "Proxy that gives superpowers to all the Requestly clients", "main": "dist/index.js", "types": "dist/index.d.ts",