From 28e4e044cf8a70ea67a003d33dfcf9bfc6f2684d Mon Sep 17 00:00:00 2001 From: chrisrzhou Date: Sat, 12 Sep 2020 22:25:41 -0700 Subject: [PATCH] chore(release): 3.1.0 --- changelog.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 352573b..a03f138 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.1.0](https://github.com/unified-doc/unified-doc-react/compare/v3.0.0...v3.1.0) (2020-09-13) + + +### Features + +* update `unified-doc` deps to gain new features ([661ad9e](https://github.com/unified-doc/unified-doc-react/commit/661ad9ef6f1fa2ce5d50320db67fa296e2dfcb76)) + ## [3.0.0](https://github.com/unified-doc/unified-doc-react/compare/v2.0.0...v3.0.0) (2020-09-03) diff --git a/package.json b/package.json index b464fbb..5e08510 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unified-doc-react", - "version": "3.0.0", + "version": "3.1.0", "description": "react wrapper for unified-doc", "license": "MIT", "homepage": "https://github.com/unified-doc/unified-doc-react",