diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f8b12a0..d56687bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.0.1](https://github.com/warp-ds/react/compare/v2.0.0...v2.0.1) (2024-08-20) + + +### Bug Fixes + +* **badge:** remove deprecated 'notification' example ([#276](https://github.com/warp-ds/react/issues/276)) ([2842810](https://github.com/warp-ds/react/commit/284281070f60c9f603e4dd8d440596da57df8470)) +* lingui config for attention component ([#280](https://github.com/warp-ds/react/issues/280)) ([ac3903a](https://github.com/warp-ds/react/commit/ac3903a20708d8603cd8f74da02d7dd81343d8a7)) + ## [2.0.1-next.2](https://github.com/warp-ds/react/compare/v2.0.1-next.1...v2.0.1-next.2) (2024-08-19) diff --git a/package.json b/package.json index fd0f79442..ad56eb45d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@warp-ds/react", - "version": "2.0.1-next.2", + "version": "2.0.1", "type": "module", "repository": "git@github.com:warp-ds/react.git", "license": "Apache-2.0",