From 31060a5e2a4570ada2ea3ee916df1e5accb9be9a Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 27 Mar 2025 03:48:38 -0700 Subject: [PATCH] Update package.json --- LATEST | 2 +- package.json | 2 +- packages/bun-types/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LATEST b/LATEST index 7e099ec5d7..a77d7d9272 100644 --- a/LATEST +++ b/LATEST @@ -1 +1 @@ -1.2.6 \ No newline at end of file +1.2.7 \ No newline at end of file diff --git a/package.json b/package.json index 1cf0640628..07963fb5de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "bun", - "version": "1.2.7", + "version": "1.2.8", "workspaces": [ "./packages/bun-types" ], diff --git a/packages/bun-types/package.json b/packages/bun-types/package.json index 32c4e9b580..a21f888136 100644 --- a/packages/bun-types/package.json +++ b/packages/bun-types/package.json @@ -1,5 +1,5 @@ { - "version": "1.2.5", + "version": "1.2.7", "name": "bun-types", "license": "MIT", "types": "./index.d.ts",