diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be101f45..69ac396eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.43.3](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.43.2...v3.43.3) (2024-12-19) + + +### Bug Fixes + +* update readme with pr labels to use, and reset page number ([#670](https://github.com/UCLALibrary/ucla-library-website-components/issues/670)) ([36e98bf](https://github.com/UCLALibrary/ucla-library-website-components/commit/36e98bfc9f1773f0b13d45ca6de91b7f0baa1384)) + ## [3.43.2](https://github.com/UCLALibrary/ucla-library-website-components/compare/v3.43.1...v3.43.2) (2024-12-13) diff --git a/package.json b/package.json index 783a7d781..b95ccc2f6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ucla-library-website-components", "type": "module", "private": false, - "version": "3.43.2", + "version": "3.43.3", "main": "./dist/ucla-library-website-components.umd.cjs", "module": "./dist/ucla-library-website-components.js", "style": "./dist/style.css",