diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f2fc76..224c2c6 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. +### [1.2.3](https://github.com/uhyo/rocon/compare/v1.2.2...v1.2.3) (2021-07-29) + + +### Bug Fixes + +* export Redirect from react.d.ts ([455f0ac](https://github.com/uhyo/rocon/commit/455f0ac3501421faf5777d413c5e73724db9b951)) + ### [1.2.2](https://github.com/uhyo/rocon/compare/v1.2.1...v1.2.2) (2021-02-11) diff --git a/package-lock.json b/package-lock.json index 658d26e..cda820a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rocon", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 85949e9..dd47dce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rocon", - "version": "1.2.2", + "version": "1.2.3", "description": "A router library", "main": "lib/index.js", "module": "esm/index.js",