Skip to content

Commit 4463254

Browse files
committed
Release Artifacts for v1.3.7
[skip ci]
1 parent d8da84c commit 4463254

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

changelog.md

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

2+
# Release v1.3.7
3+
4+
### Patch Changes
5+
6+
#### [Fix request ids when handling hashcash (@qgustavor)](https://github.com/qgustavor/mega/pull/244)
7+
8+
As noticed by [@angelvega93](https://github.com/qgustavor/mega/pull/241#issuecomment-2731242807). Also improve comments as the BrowserStack link stopped working.
9+
#### [Implement hashcash (@qgustavor)](https://github.com/qgustavor/mega/pull/241)
10+
11+
The implementation is largely the same as official's web client.
12+
213
# Release v1.3.6
314

415
### 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.6",
3+
"version": "1.3.7",
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)