Skip to content

Commit

Permalink
chore(release): 1.3.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0-rc.1](v1.2.0...v1.3.0-rc.1) (2020-12-03)

### Features

* **tapcatch:** implement the 'tapCatch' method ([c0ecb81](c0ecb81)), closes [#10](#10)
  • Loading branch information
semantic-release-bot committed Dec 3, 2020
1 parent 4b342f6 commit 4bbcffe
Show file tree
Hide file tree
Showing 54 changed files with 1,023 additions and 202 deletions.
10 changes: 6 additions & 4 deletions dist/browser/index.js

Large diffs are not rendered by default.

Binary file added dist/docs.tgz
Binary file not shown.
162 changes: 147 additions & 15 deletions dist/es6/amd/index.js

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

15 changes: 12 additions & 3 deletions dist/es6/cjs/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
/** @format */
/**
* /* @format
*
* @format
*/
/**
* Re-exports everything from [`src/types`|_src_types_.html], [`src/fun-promise`|_src_fun-promise_.html], and [`src/deferral`|_src_deferral_.html].
*
* @packageDocumentation
*/
export * from "./src/types";
export { default as FunPromise } from "./src/fun-promise";
export { default as Deferral } from "./src/deferral";
export * from "./src/deferral";
export * from "./src/fun-promise";
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/es6/cjs/index.d.ts.map

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

18 changes: 12 additions & 6 deletions dist/es6/cjs/index.js

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

2 changes: 1 addition & 1 deletion dist/es6/cjs/index.js.map

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

Loading

0 comments on commit 4bbcffe

Please sign in to comment.