Skip to content

Commit

Permalink
version 2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Aug 20, 2021
1 parent aee4de3 commit 9bd7fa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
**Note**: Gaps between patch versions are faulty/broken releases. **Note**: A feature tagged as Experimental is in a
high state of flux, you're at risk of it changing without notice.

# 2.3.11

- **Bug Fix**
- OptionalFromPath: Type Issue fix for 5 arguments, #167 (@Barackos)

# 2.3.10

- **Internal**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monocle-ts",
"version": "2.3.10",
"version": "2.3.11",
"description": "A porting of scala monocle library to TypeScript",
"main": "lib/index.js",
"module": "es6/index.js",
Expand Down

0 comments on commit 9bd7fa6

Please sign in to comment.