Skip to content

Commit 9b0db50

Browse files
committed
Release Artifacts for v1.3.3
[skip ci]
1 parent 04fb8fd commit 9b0db50

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
# Release v1.3.3
3+
4+
### Patch Changes
5+
6+
#### [All directories should contain a .children property (@qgustavor)](https://github.com/qgustavor/mega/pull/224)
7+
8+
Moved `.children = []` handling from the code that handles children to the code that creates the node. Fixes a lot of possible and existing bugs.
9+
210
# Release v1.3.1
311

412
### Patch Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "megajs",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Unofficial JavaScript SDK for MEGA",
55
"main": "dist/main.node-cjs.js",
66
"typings": "types/cjs.d.ts",

0 commit comments

Comments
 (0)