From 7f261e61c540b5c275bd6697b0258ac454744092 Mon Sep 17 00:00:00 2001 From: penga Date: Sat, 4 Jan 2020 03:52:21 +0800 Subject: [PATCH] 1.2.0 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bde8b..58fbaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ - -## [1.1.2](https://github.com/parksben/markdown-navbar/compare/8e4e2d9...v1.1.2) (2020-01-02) + +# [1.2.0](https://github.com/parksben/markdown-navbar/compare/8e4e2d9...v1.2.0) (2020-01-03) ### Bug Fixes @@ -11,6 +11,7 @@ ### Features +* implement some event hooks ([1ab6712](https://github.com/parksben/markdown-navbar/commit/1ab6712)) * the function of automatically updating the hash value of browser address bar when the page scrolling ([bac0746](https://github.com/parksben/markdown-navbar/commit/bac0746)) diff --git a/package.json b/package.json index 3da35be..299d68f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "rimraf": "^2.6.2" }, "name": "markdown-navbar", - "version": "1.1.2", + "version": "1.2.0", "description": "Best markdown navigation bar for React.", "main": "dist/index.js", "repository": {