We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee4de3 commit 9bd7fa6Copy full SHA for 9bd7fa6
CHANGELOG.md
@@ -13,6 +13,11 @@
13
**Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a
14
high state of flux, you're at risk of it changing without notice.
15
16
+# 2.3.11
17
+
18
+- **Bug Fix**
19
+ - OptionalFromPath: Type Issue fix for 5 arguments, #167 (@Barackos)
20
21
# 2.3.10
22
23
- **Internal**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "monocle-ts",
3
- "version": "2.3.10",
+ "version": "2.3.11",
4
"description": "A porting of scala monocle library to TypeScript",
5
"main": "lib/index.js",
6
"module": "es6/index.js",
0 commit comments