Skip to content

Commit

Permalink
chore:Updated changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
sethk4783 committed Jun 14, 2024
1 parent b800ffa commit c9a3662
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.32.2](https://github.com/filestack/filestack-js/compare/v3.32.1...v3.32.2) (2024-06-14)
* **picker:** Upgraded picker to v1.27.3.
* **fromSources:** Fixed declaring the custom source at first place in fromSources array

## [3.32.1](https://github.com/filestack/filestack-js/compare/v3.32.0...v3.32.1) (2024-05-30)
* **miemtypes:** Fixed support for vsdx file using through accept params

Expand Down
2 changes: 1 addition & 1 deletion 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": "filestack-js",
"version": "3.32.1",
"version": "3.32.2",
"description": "Official JavaScript library for Filestack",
"main": "build/main/index.js",
"module": "build/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @private
*/
const PICKER_VERSION = '1.27.1';
const PICKER_VERSION = '1.27.3';

/**
* @private
Expand Down

0 comments on commit c9a3662

Please sign in to comment.