From 6dbc3cf18f61eb470d4f7cf1e0a2a17f5e74c10d Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 7 Sep 2024 13:00:38 +0200 Subject: [PATCH] 0.29.4 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e7eebc1..7de934c0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.30.0](https://github.com/nodejs/corepack/compare/v0.29.3...v0.30.0) (2024-09-07) +## [0.29.4](https://github.com/nodejs/corepack/compare/v0.29.3...v0.29.4) (2024-09-07) ### Features diff --git a/package.json b/package.json index cbd6218e2..8214b1d04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "corepack", - "version": "0.30.0", + "version": "0.29.4", "homepage": "https://github.com/nodejs/corepack#readme", "bugs": { "url": "https://github.com/nodejs/corepack/issues"