diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c32fe5e7..626d9715c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/coveo/react-vapor/compare/v5.0.0...v5.0.1) (2020-01-29) + + +### Bug Fixes + +* **table:** missing type caused d.ts for tableWithFilter to be missing ([84dbe98](https://github.com/coveo/react-vapor/commit/84dbe98761b5914e5ba2b9529fefc56d7b56156b)) + + + + + # [5.0.0](https://github.com/coveo/react-vapor/compare/v4.20.3...v5.0.0) (2020-01-29) diff --git a/lerna.json b/lerna.json index 2f7e237beb..5326094973 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "5.0.0", + "version": "5.0.1", "command": { "publish": { "conventionalCommits": true, diff --git a/packages/react-vapor/CHANGELOG.md b/packages/react-vapor/CHANGELOG.md index 92b9369c6a..f46a69f0db 100644 --- a/packages/react-vapor/CHANGELOG.md +++ b/packages/react-vapor/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.1](https://github.com/coveo/react-vapor/compare/v5.0.0...v5.0.1) (2020-01-29) + + +### Bug Fixes + +* **table:** missing type caused d.ts for tableWithFilter to be missing ([84dbe98](https://github.com/coveo/react-vapor/commit/84dbe98761b5914e5ba2b9529fefc56d7b56156b)) + + + + + # [5.0.0](https://github.com/coveo/react-vapor/compare/v4.20.3...v5.0.0) (2020-01-29) diff --git a/packages/react-vapor/package.json b/packages/react-vapor/package.json index 8e26f20ed4..aeb9687be0 100644 --- a/packages/react-vapor/package.json +++ b/packages/react-vapor/package.json @@ -1,6 +1,6 @@ { "name": "react-vapor", - "version": "5.0.0", + "version": "5.0.1", "description": "Vapor CSS components implemented with React!", "keywords": [ "coveo",