diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ee81c..b21e514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.4.0](https://github.com/googleworkspace/drive-picker-element/compare/v0.3.4...v0.4.0) (2025-02-11) + + +### Features + +* add additional oauth attributes including prompt, login-hint, etc ([#41](https://github.com/googleworkspace/drive-picker-element/issues/41)) ([c133936](https://github.com/googleworkspace/drive-picker-element/commit/c133936b5b0de9bc9ebaebb9a945d1513b767690)) + + +### Bug Fixes + +* error handling for oauth errors ([#39](https://github.com/googleworkspace/drive-picker-element/issues/39)) ([5b641de](https://github.com/googleworkspace/drive-picker-element/commit/5b641dea41e5dd788c7205237c7b1cc3d233e905)) + ## [0.3.4](https://github.com/googleworkspace/drive-picker-element/compare/v0.3.3...v0.3.4) (2025-01-17) diff --git a/package.json b/package.json index ee5ee88..6bf49fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@googleworkspace/drive-picker-element", - "version": "0.3.4", + "version": "0.4.0", "description": "A web component for Google Drive Picker", "license": "Apache-2.0", "author": { @@ -169,16 +169,19 @@ "registry": "https://wombat-dressing-room.appspot.com" }, "packageManager": "pnpm@9.3.0", - "bundlewatch" : { - "files": [ + "bundlewatch": { + "files": [ { - "path": "dist/index.iife.min.js", - "maxSize": "2.25kB" - } - ], + "path": "dist/index.iife.min.js", + "maxSize": "2.25kB" + } + ], "ci": { "repoBranchBase": "main", - "trackBranches": ["main", "next"] + "trackBranches": [ + "main", + "next" + ] } - } + } }