Skip to content

Commit

Permalink
version 2.16.7 (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jun 29, 2024
1 parent 1b640d2 commit eb7c025
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
**Note**: A feature tagged as Experimental is in a
high state of flux, you're at risk of it changing without notice.

# 2.16.7

**Polish**

Add tap for Identity #1943

# 2.16.6

**Polish**
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fp-ts",
"version": "2.16.6",
"version": "2.16.7",
"description": "Functional programming in TypeScript",
"main": "./lib/index.js",
"module": "./es6/index.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"rimraf": "2.6.2",
"ts-node": "^8.0.2",
"tslint": "5.11.0",
"typescript": "^5.0.4",
"typescript": "^5.5.2",
"vitest": "^0.30.1"
},
"tags": [
Expand Down

0 comments on commit eb7c025

Please sign in to comment.