Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 28, 2024
1 parent a82ccc8 commit 692722e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 692722e

Please sign in to comment.