From dcf8083074120b13b99ff35dd6ebd56eb4b32dbb Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 19 Dec 2024 21:47:32 -0800 Subject: [PATCH] v1.1.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa1a9b..7cd95e6 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.8](https://github.com/es-shims/Function.prototype.name/compare/v1.1.7...v1.1.8) - 2024-12-19 + +### Commits + +- [actions] split out node 10-20, and 20+ [`b5ea555`](https://github.com/es-shims/Function.prototype.name/commit/b5ea555b2a4db8eb531bccb4d6b2c916de9b8089) +- [Refactor] use `call-bound` directly [`f6a6c64`](https://github.com/es-shims/Function.prototype.name/commit/f6a6c640f7f209c3fc1ea65c0eb31e622e2c9399) + ## [v1.1.7](https://github.com/es-shims/Function.prototype.name/compare/v1.1.6...v1.1.7) - 2024-12-15 ### Commits diff --git a/package.json b/package.json index e6c35f7..1b537a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "function.prototype.name", - "version": "1.1.7", + "version": "1.1.8", "author": "Jordan Harband ", "funding": { "url": "https://github.com/sponsors/ljharb"