diff --git a/CHANGELOG.md b/CHANGELOG.md index 49595c065..1cfc1679e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.1](https://github.com/reactjs/react-tabs/compare/v2.3.0...v2.3.1) (2019-07-10) + + +### Bug Fixes + +* **tabs:** Handle nodes with parentNode set to undefined instead of null correctly ([0259616](https://github.com/reactjs/react-tabs/commit/0259616)) + + + # [2.3.0](https://github.com/reactjs/react-tabs/compare/v2.2.2...v2.3.0) (2018-08-30) diff --git a/package.json b/package.json index e3856bd02..1a3dbd618 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-tabs", - "version": "2.3.0", + "version": "2.3.1", "description": "An accessible and easy tab component for ReactJS", "main": "lib/index.js", "module": "esm/index.js",