From ffc459b201d606789c9dad43f9e4f106c84353e3 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 16 Mar 2024 23:31:25 -0700 Subject: [PATCH] v1.1.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6d5097..66d227a 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.6](https://github.com/ljharb/Array.prototype.every/compare/v1.1.5...v1.1.6) - 2024-03-16 + +### Commits + +- [Refactor] update `es-abstract`, use `es-object-atoms` [`536750d`](https://github.com/ljharb/Array.prototype.every/commit/536750d5942f77cfc58bd92243a2cee3ce4028da) +- [Dev Deps] update `aud`, `npmignore`, `tape` [`cd4fd18`](https://github.com/ljharb/Array.prototype.every/commit/cd4fd185132ecd474768b45abcdd239db4554df3) + ## [v1.1.5](https://github.com/ljharb/Array.prototype.every/compare/v1.1.4...v1.1.5) - 2023-08-27 ### Commits diff --git a/package.json b/package.json index f8ccabd..3dc7aa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "array.prototype.every", - "version": "1.1.5", + "version": "1.1.6", "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com",