diff --git a/CHANGELOG.md b/CHANGELOG.md index 465a77c..318d4bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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. +## [6.0.0](https://github.com/vtexdocs/components/compare/v5.0.0...v6.0.0) (2025-01-10) + +## [5.0.0](https://github.com/vtexdocs/components/compare/v4.0.0...v5.0.0) (2025-01-10) + ## [4.0.0](https://github.com/vtexdocs/components/compare/v3.0.0...v4.0.0) (2025-01-10) ## [3.0.0](https://github.com/vtexdocs/components/compare/v2.4.0...v3.0.0) (2025-01-10) diff --git a/package-lock.json b/package-lock.json index 6091a53..3252e5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vtexdocs/components", - "version": "4.0.0", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vtexdocs/components", - "version": "4.0.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "@code-hike/mdx": "^0.9.0", diff --git a/package.json b/package.json index c7dddca..66a7807 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "./styles.css": "./dist/index.css", "./dist/index.css": "./dist/index.css" }, - "version": "4.0.0", + "version": "6.0.0", "description": "", "repository": "https://github.com/vtexdocs/components", "scripts": {