From 2c217d970c3c3ffd66971f7caeb9c3c4678fc2f3 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 20 Sep 2024 09:48:40 -0700 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5be1d..3894906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v3.0.1](https://github.com/es-shims/es-shim-api/compare/v3.0.0...v3.0.1) - 2024-09-20 + +### Commits + +- [Dev Deps] update `@arethetypeswrong/cli`, `auto-changelog` [`5fcf97e`](https://github.com/es-shims/es-shim-api/commit/5fcf97e50c6293547b3de485c62480f1fa886799) +- [Fix] `multi`: do not assume bound vs unbound [`28bca87`](https://github.com/es-shims/es-shim-api/commit/28bca8781ec88bef59e2a677c4bd40f75fc126be) +- [Deps] update `tape` [`4a0c3cd`](https://github.com/es-shims/es-shim-api/commit/4a0c3cdbf5433790fa58181b0aabd4afc11c29b7) + ## [v3.0.0](https://github.com/es-shims/es-shim-api/compare/v2.5.1...v3.0.0) - 2024-09-19 ### Commits diff --git a/package.json b/package.json index efe5dc8..9e57136 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@es-shims/api", - "version": "3.0.0", + "version": "3.0.1", "author": "Jordan Harband", "funding": { "url": "https://github.com/sponsors/ljharb"