diff --git a/CHANGELOG.md b/CHANGELOG.md index ef95f3096..6fbe45df9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.37.0](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.36.0...v3.37.0) (2024-11-26) + + +### Features + +* APPS-3058 Create FTVA variation of SectionStaffArticleList ([#653](https://github.com/UCLALibrary/ucla-library-website-components/issues/653)) ([4a68214](https://github.com/UCLALibrary/ucla-library-website-components/commit/4a6821480c8a53aa894a1ccde7fac3bd178e27eb)) + # [3.36.0](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.35.1...v3.36.0) (2024-11-26) diff --git a/package.json b/package.json index ac6d02301..52421d990 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ucla-library-website-components", "type": "module", "private": false, - "version": "3.36.0", + "version": "3.37.0", "main": "./dist/ucla-library-website-components.umd.cjs", "module": "./dist/ucla-library-website-components.js", "style": "./dist/style.css",