From 467b7d6d1989535b9419dafa114343fce133ee32 Mon Sep 17 00:00:00 2001 From: Tim Kye Date: Tue, 17 Nov 2020 08:39:54 -0800 Subject: [PATCH] add changelog date for release --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",