From d857dcc2ffc3de617b625c46fa4c0701126961cb Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 3 Sep 2023 12:34:01 -0700 Subject: [PATCH] v1.0.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a219534..b547624 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [v1.0.7](https://github.com/es-shims/Promise.allSettled/compare/v1.0.6...v1.0.7) - 2023-09-03 + +### Commits + +- [Deps] update `define-properties`, `es-abstract`, `get-intrinsic` [`c9d57a1`](https://github.com/es-shims/Promise.allSettled/commit/c9d57a1775a44dcb4b924c4599104ca2197781eb) +- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `es6-shim`, `tape` [`68f2785`](https://github.com/es-shims/Promise.allSettled/commit/68f27854b2ac4a9d6cdb58547e8e57df56377738) + ## [v1.0.6](https://github.com/es-shims/Promise.allSettled/compare/v1.0.5...v1.0.6) - 2022-11-07 ### Commits diff --git a/package.json b/package.json index df5580d..aa5af7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "promise.allsettled", - "version": "1.0.6", + "version": "1.0.7", "author": "Jordan Harband ", "funding": { "url": "https://github.com/sponsors/ljharb"