diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index 8843be9..c1fd9e0 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### 1.2.1 (2024-09-19) + ## 1.2.0 (2024-09-19) ### 1.0.15 (2024-09-19) diff --git a/components/package.json b/components/package.json index f991a12..2c64eb9 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@opherlabs/components", - "version": "1.2.0", + "version": "1.2.1", "private": false, "license": "MIT", "description": "A collection of reusable NextJs Optimized components for building scalable user interfaces.",