diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2f30d..8e55183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.0.0] - Unreleased +## [2.0.0] - 2020-11-17 ### Changed - **BREAKING**: `useRoutes` and `usePath` will return `null` if `basePath` is provided and missing from path - **BREAKING**: `useLocationChange` will invoke callback with `null` if `basePath` is provided and missing from path diff --git a/package-lock.json b/package-lock.json index 2719883..9a84bc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "raviger", - "version": "2.0.0-3", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7117a42..472ea7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raviger", - "version": "2.0.0-3", + "version": "1.6.0", "description": "React routing with hooks", "main": "dist/main.js", "module": "dist/module.js",