From 980e4f0cf4fc83e9d32300d7379bfb2fe4edd06a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jan 2025 20:23:50 +0000 Subject: [PATCH] chore(release): 1.7.1 [skip ci] ## [1.7.1](https://github.com/aviarytech/av1-c/compare/v1.7.0...v1.7.1) (2025-01-30) ### Bug Fixes * **c:** dropdown fixes ([5b6f640](https://github.com/aviarytech/av1-c/commit/5b6f64072729b1a949a790edec78a7ef3f0b417e)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa5a7d..ffb2237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.1](https://github.com/aviarytech/av1-c/compare/v1.7.0...v1.7.1) (2025-01-30) + + +### Bug Fixes + +* **c:** dropdown fixes ([5b6f640](https://github.com/aviarytech/av1-c/commit/5b6f64072729b1a949a790edec78a7ef3f0b417e)) + # [1.7.0](https://github.com/aviarytech/av1-c/compare/v1.6.0...v1.7.0) (2025-01-30) diff --git a/package.json b/package.json index 255d897..0787322 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "av1-c", - "version": "1.7.0", + "version": "1.7.1", "description": "AV1 React Component Library", "author": "@aviarytech", "license": "MIT",