Skip to content

Commit

Permalink
Release Artifacts for v1.3.3
Browse files Browse the repository at this point in the history
 [skip ci]
  • Loading branch information
qgustavor committed Oct 16, 2024
1 parent 04fb8fd commit 9b0db50
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9b0db50

Please sign in to comment.