diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c3571..dbb756f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.11.1] + +### Fixed + +- Change peer dependencies version of react-router. + ## [1.11.0] ### Add diff --git a/package.json b/package.json index 168338a..4e5648c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "1byte-react-design", - "version": "1.11.0", + "version": "1.11.1", "description": "A simple React UI library", "main": "dist/index.js", "module": "dist/index.js",