From cfe319d34fc205870fac528ae73ecf2299bb6af2 Mon Sep 17 00:00:00 2001 From: Seth K Date: Tue, 1 Oct 2024 20:54:15 +0530 Subject: [PATCH] chore(release): Updated changelog and version --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cfda30..c41586a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +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.33.3](https://github.com/filestack/filestack-js/compare/v3.32.3...v3.33.3) (2024-06-18) +## [3.34.3](https://github.com/filestack/filestack-js/compare/v3.33.3...v3.34.3) (2024-10-01) + * **picker:** Updated picker v1.29.3 disabled transformations ui as default editor ([0ff66c85177](https://github.com/filestack/filestack-js/commit/0ff66c851778b02396292b7eb5cb67b2ecbe1848)) + +## [3.33.3](https://github.com/filestack/filestack-js/compare/v3.32.3...v3.33.3) (2024-09-30) * **picker:** Updated picker v1.28.3 with transformations-ui as default editor * **fromSources:** Added back picasa as a potential source ([#567](https://github.com/filestack/filestack-js/pull/567) * **fix(dependency):** Updated fast-xml-parser ([#7b862752f6](https://github.com/filestack/filestack-js/commit/7b862752f64e242e1dac9c269bab03105667cc3c) diff --git a/package-lock.json b/package-lock.json index a8b24774..eda3facc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "filestack-js", - "version": "3.33.3", + "version": "3.34.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 7b848c36..63428e82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filestack-js", - "version": "3.33.3", + "version": "3.34.3", "description": "Official JavaScript library for Filestack", "main": "build/main/index.js", "module": "build/module/index.js",