diff --git a/CHANGELOG.md b/CHANGELOG.md index d305f110e..6ca43b544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## v2.0.61 +- Add `QRCode` to the `Icon` component + +## v2.0.61 + - Add new icons for the `Icon` component - `Building` - `Clipboard` diff --git a/package-lock.json b/package-lock.json index 91873f937..8ca2c8c66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lob/ui-components", - "version": "2.0.61", + "version": "2.0.62", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lob/ui-components", - "version": "2.0.61", + "version": "2.0.62", "dependencies": { "date-fns": "^2.29.3", "date-fns-holiday-us": "^0.3.1", diff --git a/package.json b/package.json index 9a25e2e81..7048461a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lob/ui-components", - "version": "2.0.61", + "version": "2.0.62", "engines": { "node": ">=20.2.0", "npm": ">=10.2.0"