diff --git a/CHANGELOG.md b/CHANGELOG.md index e524e81..7749a7c 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. +## [2.3.0](https://github.com/vtexdocs/components/compare/v2.2.0...v2.3.0) (2024-11-12) + + +### Features + +* troubleshooting icon and fix next dep ([25803fb](https://github.com/vtexdocs/components/commit/25803fba27728174711fda25141c4af790ae9c70)) + ## [2.2.0](https://github.com/vtexdocs/components/compare/v2.1.1...v2.2.0) (2024-10-17) diff --git a/package-lock.json b/package-lock.json index e65e843..a7913a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vtexdocs/components", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vtexdocs/components", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "dependencies": { "@code-hike/mdx": "^0.9.0", diff --git a/package.json b/package.json index 12a44e1..0b34d63 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "./styles.css": "./dist/index.css", "./dist/index.css": "./dist/index.css" }, - "version": "2.2.0", + "version": "2.3.0", "description": "", "repository": "https://github.com/vtexdocs/components", "scripts": {