From 11e99909531eb82f06759fca960be6d88a38c7ca Mon Sep 17 00:00:00 2001 From: Gustavo Rodrigues Date: Thu, 18 Apr 2024 15:27:53 -0300 Subject: [PATCH] Release Artifacts for v1.2.0 [skip ci] --- changelog.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 3c1d0a0..623fe99 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,18 @@ +# Release v1.2.0 + +### Minor Changes + +#### [Find and fetch (@qgustavor)](https://github.com/qgustavor/mega/pull/183) + +Implement find, search and navigate functions, and fix fetch related issues. + +### Patch Changes + +#### [Add test for providing a stream as an input (@qgustavor)](https://github.com/qgustavor/mega/pull/181) + +No, that's not because of the guy who doesn't read things, that's because I noticed there was not a test for that. + # Release v1.1.8 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index a25aa02..147ac84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "megajs", - "version": "1.1.8", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "megajs", - "version": "1.1.8", + "version": "1.2.0", "license": "MIT", "dependencies": { "abort-controller": "^3.0.0", diff --git a/package.json b/package.json index 671385b..9122989 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "megajs", - "version": "1.1.8", + "version": "1.2.0", "description": "Unofficial JavaScript SDK for MEGA", "main": "dist/main.node-cjs.js", "typings": "types/cjs.d.ts",