From 6784a3bc3b9f67e4351f779f4e3628c7d3b75403 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 4 Nov 2024 15:55:18 +0000 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa130f..3a8b38f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.2.0](https://github.com/es-shims/iterator-helpers/compare/v1.1.0...v1.2.0) - 2024-11-04 + +### Commits + +- [New] add `Iterator.zip`, `Iterator.zipKeyed` [`d11073f`](https://github.com/es-shims/iterator-helpers/commit/d11073fd27fcdaf696c3d9b00634b6a5144f75b1) +- [Fix] `concat`: add missing slot for `.return`; convert singular slot to plural slot [`cc4b586`](https://github.com/es-shims/iterator-helpers/commit/cc4b586cdb0ad6ba540043077c3d71ff79d528cd) +- [Dev Deps] update `@es-shims/api` [`dd14f1b`](https://github.com/es-shims/iterator-helpers/commit/dd14f1b9f06c37f3bcb0a20bacd6e7f031c0724d) + ## [v1.1.0](https://github.com/es-shims/iterator-helpers/compare/v1.0.19...v1.1.0) - 2024-10-09 ### Commits diff --git a/package.json b/package.json index ee2cf44..e58a1f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "es-iterator-helpers", - "version": "1.1.0", + "version": "1.2.0", "description": "An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.", "main": "index.json", "exports": {