From 8a321c20389126e8bc775281c6809349d760f48d Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Fri, 31 Jul 2020 03:23:03 +0000 Subject: [PATCH] [skip ci] chore(release): v1.3.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa3d20e..7037516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [1.3.0](https://github.com/FEMessage/data-list/compare/v1.2.4...v1.3.0) (2020-07-31) + + +### Bug Fixes + +* netlify.sh ([fe3301c](https://github.com/FEMessage/data-list/commit/fe3301c)) + + +### Features + +* 处理业务异常情况 ([#103](https://github.com/FEMessage/data-list/issues/103)) ([644e9a2](https://github.com/FEMessage/data-list/commit/644e9a2)) + + + ### [1.2.4](https://github.com/FEMessage/data-list/compare/v1.2.3...v1.2.4) (2019-11-16) diff --git a/package.json b/package.json index 5684e55..cc6d332 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/data-list", - "version": "1.2.4", + "version": "1.3.0", "description": "", "author": "https://github.com/FEMessage", "license": "MIT",