From a15f7dd37455d740af05e218155a2bbe8ad11828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=90=E5=A5=82?= Date: Wed, 8 Jan 2020 21:38:13 +0800 Subject: [PATCH] 1.3.6 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a458e5f..5fc1504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [1.3.6](https://github.com/parksben/markdown-navbar/compare/1.3.5...v1.3.6) (2020-01-08) + + + ## [1.3.5](https://github.com/parksben/markdown-navbar/compare/1.3.2...1.3.5) (2020-01-06) diff --git a/package.json b/package.json index c8a83dd..31626f8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "rimraf": "^2.6.2" }, "name": "markdown-navbar", - "version": "1.3.5", + "version": "1.3.6", "description": "Best markdown navigation bar for React.", "main": "dist/index.js", "repository": {