From e663a805fe63c4e711feaf3cd2a212f43300084d Mon Sep 17 00:00:00 2001 From: solufa Date: Sun, 14 Jun 2020 20:57:51 +0900 Subject: [PATCH] chore(release): 0.8.0 --- CHANGELOG.md | 7 +++++++ packages/frourio/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 544aad1..8ffc802 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. +## [0.8.0](https://github.com/frouriojs/frourio/compare/v0.7.2...v0.8.0) (2020-06-14) + + +### Features + +* support multi files of FormData ([6228084](https://github.com/frouriojs/frourio/commit/6228084de315e42fdbe2bae116a06b86f9d295b9)) + ### [0.7.2](https://github.com/frouriojs/frourio/compare/v0.7.1...v0.7.2) (2020-06-14) diff --git a/packages/frourio/package.json b/packages/frourio/package.json index 4c401a6..c66e615 100644 --- a/packages/frourio/package.json +++ b/packages/frourio/package.json @@ -1,6 +1,6 @@ { "name": "frourio", - "version": "0.7.2", + "version": "0.8.0", "description": "Perfectly type-checkable REST framework for TypeScript", "author": "Solufa ", "license": "MIT",