Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 22, 2024
1 parent f7f9aa1 commit 150c494
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ 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.1.4](https://github.com/es-shims/Object.hasOwn/compare/v1.1.3...v1.1.4) - 2024-03-22

### Commits

- [meta] remove useless ESM [`28440a5`](https://github.com/es-shims/Object.hasOwn/commit/28440a5d2545632b6c6c95bea09ea304a3bfe94f)
- [actions] remove redundant finisher [`579b54d`](https://github.com/es-shims/Object.hasOwn/commit/579b54d37f8b2f83a8187a1525d1e3309c1d6972)
- [Deps] update `es-abstract` [`f7f9aa1`](https://github.com/es-shims/Object.hasOwn/commit/f7f9aa192bcaae10478826617dc707ea5b1ff175)
- [Dev Deps] update `call-bind`, `npmignore`, `tape` [`8a2f213`](https://github.com/es-shims/Object.hasOwn/commit/8a2f213618f4a33f83320c5b76f34b00228732dd)
- [Refactor] use `es-object-atoms` instead of `es-abstract` [`f0efe3b`](https://github.com/es-shims/Object.hasOwn/commit/f0efe3b2d40d143d44969026c9662d6b1f094c05)
- [Dev Deps] update `call-bind`, `tape` [`683b500`](https://github.com/es-shims/Object.hasOwn/commit/683b500aa26d75d8c95bc8fd57bd25c206382335)
- [Deps] update `define-properties`, `es-abstract` [`f74ecf2`](https://github.com/es-shims/Object.hasOwn/commit/f74ecf2cff80a254a8067aea12337c25198d6d78)
- [meta] add missing `engines.node` [`7ca6eeb`](https://github.com/es-shims/Object.hasOwn/commit/7ca6eeb4f9a7f706b700885419e6ddb88f8f0c70)
- [Deps] update `es-abstract` [`d5aa232`](https://github.com/es-shims/Object.hasOwn/commit/d5aa232f680e7bd0256c65922de908c41b5ac06e)
- [Dev Deps] update `aud` [`26fa7f9`](https://github.com/es-shims/Object.hasOwn/commit/26fa7f9cc8b8e1e7c1a40c2b3d19660f5f44bc49)

## [v1.1.3](https://github.com/es-shims/Object.hasOwn/compare/v1.1.2...v1.1.3) - 2023-08-28

### 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": "object.hasown",
"version": "1.1.3",
"version": "1.1.4",
"description": "ES spec-compliant shim for Object.hasOwn",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 150c494

Please sign in to comment.