Skip to content

Commit e9dfe38

Browse files
committed
v3.5.0
1 parent 106d5a8 commit e9dfe38

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 3.5.0
4+
5+
- Fix a memory leak when closing the webview.
6+
37
## Version 3.4.4
48

59
- Add TypeScript definitions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sketch-module-web-view",
3-
"version": "3.4.4",
3+
"version": "3.5.0",
44
"description": "A sketch module for creating an complex UI with a webview",
55
"main": "lib/index.js",
66
"types": "./type.d.ts",

0 commit comments

Comments
 (0)