diff --git a/CHANGELOG.md b/CHANGELOG.md index 92291a5..7bb1b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [3.6.0](https://github.com/shuriken-ui/nuxt/compare/v3.5.0...v3.6.0) (2024-08-05) + + +### 🚀 Features + +* **BaseDropdown:** add disabled property ([b7b73d2](https://github.com/shuriken-ui/nuxt/commit/b7b73d29649752e5902de6f0b11759ef70c94881)) + ## [3.5.0](https://github.com/shuriken-ui/nuxt/compare/v3.4.1...v3.5.0) (2024-08-04) diff --git a/package.json b/package.json index 6439277..f1ce550 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shuriken-ui/nuxt", - "version": "3.5.0", + "version": "3.6.0", "license": "MIT", "author": "Css Ninja (https://cssninja.io)", "repository": "shuriken-ui/nuxt",