From 43415051aa0dd9b024d7e9920f10cf6c85e3f90a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 27 Aug 2023 22:09:39 -0700 Subject: [PATCH] v1.1.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f226abb..06c4c4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.7](https://github.com/ljharb/Object.entries/compare/v1.1.6...v1.1.7) - 2023-08-27 + +### Commits + +- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `tape` [`f2edb13`](https://github.com/ljharb/Object.entries/commit/f2edb1340e8ff5a07f3997b7f3b6f23a048162a1) +- [Deps] update `define-properties`, `es-abstract` [`7b9daec`](https://github.com/ljharb/Object.entries/commit/7b9daec059051d2a1900500d9b5eff5846bd8536) + ## [v1.1.6](https://github.com/ljharb/Object.entries/compare/v1.1.5...v1.1.6) - 2022-11-05 ### Commits diff --git a/package.json b/package.json index 7cb5703..fe2f939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "object.entries", - "version": "1.1.6", + "version": "1.1.7", "author": "Jordan Harband", "description": "ES2017 spec-compliant Object.entries shim.", "license": "MIT",