Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 21, 2022
1 parent d220986 commit afa7e09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

## [v1.0.4](https://github.com/es-shims/Reflect.apply/compare/v1.0.3...v1.0.4) - 2022-12-21

### Commits

- [Refactor] use `es-set-tostringtag` [`d220986`](https://github.com/es-shims/Reflect.apply/commit/d22098658cfbc9366c57201a9bb848fc4b5da36e)
- [Dev Deps] update `aud`, `reflect.ownkeys` [`f98afbe`](https://github.com/es-shims/Reflect.apply/commit/f98afbeed616784a36210b186e7bc913bb373c97)
- [Deps] update `es-abstract` [`d107672`](https://github.com/es-shims/Reflect.apply/commit/d1076729f601a4c1c6eb704df1c22b1143bf6eca)

## [v1.0.3](https://github.com/es-shims/Reflect.apply/compare/v1.0.2...v1.0.3) - 2022-11-07

### 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": "reflect.apply",
"version": "1.0.3",
"version": "1.0.4",
"description": "An ES-spec-compliant Reflect.apply shim/polyfill/replacement that works as far down as ES3",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit afa7e09

Please sign in to comment.