Skip to content

Commit 9bd7fa6

Browse files
committed
version 2.3.11
1 parent aee4de3 commit 9bd7fa6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
**Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a
1414
high state of flux, you're at risk of it changing without notice.
1515

16+
# 2.3.11
17+
18+
- **Bug Fix**
19+
- OptionalFromPath: Type Issue fix for 5 arguments, #167 (@Barackos)
20+
1621
# 2.3.10
1722

1823
- **Internal**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monocle-ts",
3-
"version": "2.3.10",
3+
"version": "2.3.11",
44
"description": "A porting of scala monocle library to TypeScript",
55
"main": "lib/index.js",
66
"module": "es6/index.js",

0 commit comments

Comments
 (0)