Skip to content

Commit

Permalink
chore: release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ystarlongzi committed Jan 30, 2021
1 parent 6732287 commit 2d04d07
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2d04d07

Please sign in to comment.