diff --git a/CHANGELOG.md b/CHANGELOG.md index e4fd6901..b08e6c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.30.2](https://github.com/filestack/filestack-js/compare/v3.30.1...v3.30.2) (2024-03-04) + +### Updgrade + * **picker:** Upgraded picker to v1.26.2. + ## [3.30.1](https://github.com/filestack/filestack-js/compare/v3.30.0...v3.30.1) (2024-02-07) ### Updgrade diff --git a/package-lock.json b/package-lock.json index fe540405..9f6dd921 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "filestack-js", - "version": "3.30.1", + "version": "3.30.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4cc9ff0d..6d441298 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filestack-js", - "version": "3.30.1", + "version": "3.30.2", "description": "Official JavaScript library for Filestack", "main": "build/main/index.js", "module": "build/module/index.js", diff --git a/src/config.ts b/src/config.ts index fa734e78..4fb1bdd8 100644 --- a/src/config.ts +++ b/src/config.ts @@ -18,7 +18,7 @@ /** * @private */ -const PICKER_VERSION = 'beta'; +const PICKER_VERSION = '1.26.2'; /** * @private