From 692722edd65dc9a11ac348a98a4e79a5e25e4c08 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 28 May 2024 11:28:45 -0700 Subject: [PATCH] v1.0.3 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeba896..1089c68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.3](https://github.com/mathiasbynens/Array.of/compare/v1.0.2...v1.0.3) - 2024-05-28 + +### Commits + +- [Refactor] use ES2024 AO implementations [`a82ccc8`](https://github.com/mathiasbynens/Array.of/commit/a82ccc8cb7645e2bc88a89b12d849a0073eff550) +- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `object.assign`, `tape` [`b27c861`](https://github.com/mathiasbynens/Array.of/commit/b27c861ebc26c10116ae6359ef87237dcea7f7b0) +- [Deps] update `define-properties`, `es-abstract` [`a0e3eba`](https://github.com/mathiasbynens/Array.of/commit/a0e3eba1a021e63f539ab3185fdd3c626efb3e61) +- [meta] add `SECURITY.md` [`559306d`](https://github.com/mathiasbynens/Array.of/commit/559306d441fceb7db8324065dc131bae8f23d771) + ## [v1.0.2](https://github.com/mathiasbynens/Array.of/compare/v1.0.1...v1.0.2) - 2023-08-27 ### Commits diff --git a/package.json b/package.json index 534c1e3..e2264b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "array.of", - "version": "1.0.2", + "version": "1.0.3", "description": "A robust & optimized `Array.of` polyfill, based on the ECMAScript 6 specification.", "homepage": "https://mths.be/array-of", "main": "index.js",