Skip to content

Commit eb7c025

Browse files
authored
version 2.16.7 (#1945)
1 parent 1b640d2 commit eb7c025

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
**Note**: A feature tagged as Experimental is in a
1717
high state of flux, you're at risk of it changing without notice.
1818

19+
# 2.16.7
20+
21+
**Polish**
22+
23+
Add tap for Identity #1943
24+
1925
# 2.16.6
2026

2127
**Polish**

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fp-ts",
3-
"version": "2.16.6",
3+
"version": "2.16.7",
44
"description": "Functional programming in TypeScript",
55
"main": "./lib/index.js",
66
"module": "./es6/index.js",
@@ -59,7 +59,7 @@
5959
"rimraf": "2.6.2",
6060
"ts-node": "^8.0.2",
6161
"tslint": "5.11.0",
62-
"typescript": "^5.0.4",
62+
"typescript": "^5.5.2",
6363
"vitest": "^0.30.1"
6464
},
6565
"tags": [

0 commit comments

Comments
 (0)