Skip to content

Commit

Permalink
v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 18, 2024
1 parent 9683760 commit 0aa92bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
4.1.7 / 2024-12-18
==================
* [Deps] add missing `es-object-atoms` (#86)

4.1.6 / 2024-12-18
==================
[Refactor] use `call-bound` directly; use `es-object-atoms`
[Deps] update `call-bind`, `has-symbols`
[Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `hasown`, `mock-property`, `ses`, `tape`
[actions] split out node 10-20, and 20+
[actions] remove redundant finisher
[Tests] replace `aud` with `npm audit`
* [Refactor] use `call-bound` directly; use `es-object-atoms`
* [Deps] update `call-bind`, `has-symbols`
* [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `hasown`, `mock-property`, `ses`, `tape`
* [actions] split out node 10-20, and 20+
* [actions] remove redundant finisher
* [Tests] replace `aud` with `npm audit`

4.1.5 / 2023-11-30
==================
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": "object.assign",
"version": "4.1.6",
"version": "4.1.7",
"author": "Jordan Harband",
"funding": {
"url": "https://github.com/sponsors/ljharb"
Expand Down

0 comments on commit 0aa92bc

Please sign in to comment.