diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc5c67..3cd5e2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +# [1.5.0](https://github.com/requestly/requestly-proxy/compare/v1.4.0...v1.5.0) (2026-06-22) + # [1.4.0](https://github.com/requestly/requestly-proxy/compare/v1.3.14...v1.4.0) (2026-05-19) diff --git a/package-lock.json b/package-lock.json index aa5f0d3..b843677 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@requestly/requestly-proxy", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@requestly/requestly-proxy", - "version": "1.4.0", + "version": "1.5.0", "license": "ISC", "dependencies": { "@requestly/requestly-core": "1.1.1", diff --git a/package.json b/package.json index 6e49279..37eb05f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@requestly/requestly-proxy", - "version": "1.4.0", + "version": "1.5.0", "description": "Proxy that gives superpowers to all the Requestly clients", "main": "dist/index.js", "types": "dist/index.d.ts",