From 17534c56f60dc49346018ca18c1f16e042e01a79 Mon Sep 17 00:00:00 2001 From: Jongsun Suh Date: Thu, 27 Jun 2024 10:00:22 -0700 Subject: [PATCH] Remove unreleased changelog entry to unblock release (#27) - `create-release-pr` action is failing due to this issue: https://github.com/MetaMask/action-create-release-pr/issues/138 - Removing unreleased changelog entries should unblock this, enabling a release candidate to be created. --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f99156f..0420eacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added - -- Newly exports the following types: `Assign`, `If`, `IsUnion`, `ObjectType`, `PartialObjectSchema`, `StructSchema`, `TupleSchema` ([#25](https://github.com/MetaMask/superstruct/pull/25)). - ## [3.0.0] ### Added