Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieudutour committed Nov 12, 2020
1 parent 106d5a8 commit e9dfe38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 3.5.0

- Fix a memory leak when closing the webview.

## Version 3.4.4

- Add TypeScript definitions.
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": "sketch-module-web-view",
"version": "3.4.4",
"version": "3.5.0",
"description": "A sketch module for creating an complex UI with a webview",
"main": "lib/index.js",
"types": "./type.d.ts",
Expand Down

0 comments on commit e9dfe38

Please sign in to comment.