Skip to content

Commit

Permalink
version 2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jan 3, 2024
1 parent 16bc70b commit 0d5f67d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
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.2

**Polish**

Fix `"__PURE__"` annotation placement #1919, closes #1916

# 2.16.1

**Bug Fix**
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fp-ts",
"version": "2.16.1",
"version": "2.16.2",
"description": "Functional programming in TypeScript",
"main": "./lib/index.js",
"module": "./es6/index.js",
Expand Down

0 comments on commit 0d5f67d

Please sign in to comment.