diff --git a/changelog.md b/changelog.md index ce83e06..1afb5be 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,12 @@ +# Release v1.3.3 + +### Patch Changes + +#### [All directories should contain a .children property (@qgustavor)](https://github.com/qgustavor/mega/pull/224) + +Moved `.children = []` handling from the code that handles children to the code that creates the node. Fixes a lot of possible and existing bugs. + # Release v1.3.1 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index d1e7268..e7de993 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "megajs", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "megajs", - "version": "1.3.2", + "version": "1.3.3", "license": "MIT", "dependencies": { "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index cf9e6a2..0c518bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "megajs", - "version": "1.3.2", + "version": "1.3.3", "description": "Unofficial JavaScript SDK for MEGA", "main": "dist/main.node-cjs.js", "typings": "types/cjs.d.ts",