From 2d04d07a1ff20caae827fb1c471a8a4499c9e766 Mon Sep 17 00:00:00 2001 From: liucai Date: Sat, 30 Jan 2021 18:39:45 +0800 Subject: [PATCH] chore: release v1.1.1 --- CHANGELOG.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 59 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..2adb90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,57 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [v1.1.1](https://github.com/ystarlongzi/forkJoinDeep/compare/v1.1.0...v1.1.1) + +- chore: add generate changelog script [`6732287`](https://github.com/ystarlongzi/forkJoinDeep/commit/67322872970b27c36a777673ee603a257b222be8) +- chore: add types field [`64029fb`](https://github.com/ystarlongzi/forkJoinDeep/commit/64029fbfb11321733020cf1606b3e95513a15aa0) + +#### [v1.1.0](https://github.com/ystarlongzi/forkJoinDeep/compare/v1.0.5...v1.1.0) + +> 30 January 2021 + +- feat: support observable error [`23d43b5`](https://github.com/ystarlongzi/forkJoinDeep/commit/23d43b5138d57e16aecff6d8c93766e98276346f) +- chore: add env template [`604af93`](https://github.com/ystarlongzi/forkJoinDeep/commit/604af938825e35826fecc63fe4b7ff20218d6d8d) +- chore: release v1.1.0 [`2bf8858`](https://github.com/ystarlongzi/forkJoinDeep/commit/2bf8858805dbee8548fc01a197b6c068090674ea) + +#### [v1.0.5](https://github.com/ystarlongzi/forkJoinDeep/compare/1.0.4...v1.0.5) + +> 29 January 2021 + +- build: add release-it [`fdb3ca1`](https://github.com/ystarlongzi/forkJoinDeep/commit/fdb3ca1914f8399f77004625d8882bc773841248) +- chore: release v1.0.5 [`0d29fb8`](https://github.com/ystarlongzi/forkJoinDeep/commit/0d29fb8c9bff7bf79a5078799709ee7c2f6365e7) +- fix: modify the master name [`f821ace`](https://github.com/ystarlongzi/forkJoinDeep/commit/f821acecb93bf2c6c9452cafd1f18277433d0d88) + +#### [1.0.4](https://github.com/ystarlongzi/forkJoinDeep/compare/1.0.3...1.0.4) + +> 29 January 2021 + +- docs: update repo name [`#2`](https://github.com/ystarlongzi/forkJoinDeep/pull/2) +- docs: add npm trends link [`#1`](https://github.com/ystarlongzi/forkJoinDeep/pull/1) +- build: add release-it [`85c84c4`](https://github.com/ystarlongzi/forkJoinDeep/commit/85c84c4d635f04978e3742a2a5a20d6bd3d1224a) +- chore: release 1.0.4 [`52b50e5`](https://github.com/ystarlongzi/forkJoinDeep/commit/52b50e5b2c985cefb85cdfe30d79ef326a1cc1ef) + +#### [1.0.3](https://github.com/ystarlongzi/forkJoinDeep/compare/1.0.2...1.0.3) + +> 26 January 2021 + +- docs: add codesandbox example [`188f2bc`](https://github.com/ystarlongzi/forkJoinDeep/commit/188f2bcdc3e48f813372679205c321a0fdf99e7f) +- chore: release 1.0.3 [`248cfd0`](https://github.com/ystarlongzi/forkJoinDeep/commit/248cfd09a822d8fa2b4c6e50846b3cfd1c961df1) + +#### [1.0.2](https://github.com/ystarlongzi/forkJoinDeep/compare/1.0.1...1.0.2) + +> 26 January 2021 + +- feat: generate d.ts file [`501508a`](https://github.com/ystarlongzi/forkJoinDeep/commit/501508a8ebb6a9060b6d331fce26d9f7221d5bbf) +- build: update version [`fc74837`](https://github.com/ystarlongzi/forkJoinDeep/commit/fc748378abd8be64b65ef3bdea0477cbbdd2f7b9) + +#### 1.0.1 + +> 25 January 2021 + +- chore: 🎉 init project [`5032489`](https://github.com/ystarlongzi/forkJoinDeep/commit/50324896c4c8647f0628caf793b1ff3534d8bf20) +- test: add test [`d270596`](https://github.com/ystarlongzi/forkJoinDeep/commit/d270596e17a61c222417407726a6eac35984f28f) +- build: add git hook [`82d8c01`](https://github.com/ystarlongzi/forkJoinDeep/commit/82d8c0122c9d897be08d0bc4c544050f7516e2dd) diff --git a/package-lock.json b/package-lock.json index bf803ab..1d5e91a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fork-join-deep", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b04f189..ef0bc9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fork-join-deep", - "version": "1.1.0", + "version": "1.1.1", "description": "", "main": "dist/fork-join-deep.cjs.js", "module": "dist/fork-join-deep.esm.js",