Skip to content

Commit 43ea955

Browse files
authored
Merge pull request #97 from Smoren/dev
Deno version fix, patch release
2 parents d6aa3f2 + 3295388 commit 43ea955

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# IterTools Typescript Change Log
22

3+
## v2.4.1 - 2025-12-30
4+
5+
### Fixes
6+
* Fix version in deno.json
7+
38
## v2.4.0 - 2025-12-29
49

510
### New features

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smoren/itertools-ts",
3-
"version": "2.3.1",
3+
"version": "2.4.1",
44
"license": "MIT",
55
"exports": "./src/index.ts"
66
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "itertools-ts",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Extended itertools port for TypeScript and JavaScript. Provides a huge set of functions for working with iterable collections (including async ones)",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)