From 3d91de5cf428ec73ce783b257929d96748982260 Mon Sep 17 00:00:00 2001 From: Anton Alexandrenok Date: Tue, 12 Jan 2021 18:18:19 +0300 Subject: [PATCH] chore(release): v1.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a7a96..0c95625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [v1.0.1](https://github.com/the-spyke/spyke-react-hook-router-link/compare/v1.0.0...v1.0.1) (2021-01-12) + +### :memo: Documentation + +* Add a section about RMS ([b87315b](https://github.com/the-spyke/spyke-react-hook-router-link/commit/b87315b01ba3382b72a219321db6d690498b2c84)) + ## [v1.0.0] (2021-01-07) ### :nail_care: Polish diff --git a/package.json b/package.json index a0f71be..dbb8947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spyke/react-hook-router-link", - "version": "1.0.0", + "version": "1.0.1", "description": "A hook for react-router and UI libraries to switch routes on click without overhead.", "author": "Anton Alexandrenok", "license": "MIT",