From c0a74515cd8facbafcfa9f36ea914d96009c37d2 Mon Sep 17 00:00:00 2001 From: wrongsahil <16779465+wrongsahil@users.noreply.github.com> Date: Tue, 19 May 2026 08:26:16 +0000 Subject: [PATCH] chore(release): v1.4.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 363b8f8..0dc5c67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +# [1.4.0](https://github.com/requestly/requestly-proxy/compare/v1.3.14...v1.4.0) (2026-05-19) + + +### ✨ Features + +* feat: serve amiusing.requestly.io response inline from the proxy (#99) ([](https://github.com/requestly/requestly-proxy/commit/592de1664fa26498ad256a30d6bdec6be33da41f)), closes [#99](https://github.com/requestly/requestly-proxy/issues/99) + + +### 🔧 Chores + +* chore: add pkg.pr.new support ([](https://github.com/requestly/requestly-proxy/commit/5e99a5d5c5a12db009ef405077b164bb73f7edf8)) +* chore: added codeowners ([](https://github.com/requestly/requestly-proxy/commit/fcf19c0a5ed518f2aff8593fd9156ce9ec52d6e1)) + ## [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 3618f81..aa5f0d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@requestly/requestly-proxy", - "version": "1.3.14", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@requestly/requestly-proxy", - "version": "1.3.14", + "version": "1.4.0", "license": "ISC", "dependencies": { "@requestly/requestly-core": "1.1.1", diff --git a/package.json b/package.json index 36794b4..6e49279 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@requestly/requestly-proxy", - "version": "1.3.14", + "version": "1.4.0", "description": "Proxy that gives superpowers to all the Requestly clients", "main": "dist/index.js", "types": "dist/index.d.ts",