From 7068296a67b98424d5299606599d2f8117ded880 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 12 Feb 2025 11:24:48 -0800 Subject: [PATCH] v1.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf630e8..2484942 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.0.2](https://github.com/ljharb/call-bind-apply-helpers/compare/v1.0.1...v1.0.2) - 2025-02-12 + +### Commits + +- [types] improve inferred types [`e6f9586`](https://github.com/ljharb/call-bind-apply-helpers/commit/e6f95860a3c72879cb861a858cdfb8138fbedec1) +- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/tape`, `es-value-fixtures`, `for-each`, `has-strict-mode`, `object-inspect` [`e43d540`](https://github.com/ljharb/call-bind-apply-helpers/commit/e43d5409f97543bfbb11f345d47d8ce4e066d8c1) + ## [v1.0.1](https://github.com/ljharb/call-bind-apply-helpers/compare/v1.0.0...v1.0.1) - 2024-12-08 ### Commits diff --git a/package.json b/package.json index db42bbf..923b8be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "call-bind-apply-helpers", - "version": "1.0.1", + "version": "1.0.2", "description": "Helper functions around Function call/apply/bind, for use in `call-bind`", "main": "index.js", "exports": {