From 64ebb88fcb0a23d2aa0058affbd1366fb33d0191 Mon Sep 17 00:00:00 2001 From: duffel-bot <54949298+duffel-bot@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:42:24 +0000 Subject: [PATCH] ci(release): 4.2.0 (#1002) Version bump in package.json and package-lock.json for release [4.2.0](https://github.com/duffelhq/duffel-api-javascript/releases/tag/v4.2.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd7e610e..7ec096b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@duffel/api", - "version": "4.1.0", + "version": "4.2.0", "description": "Javascript client library for the Duffel API", "main": "dist/index.js", "module": "dist/index.es.js",