Skip to content

Commit

Permalink
Release 12.0.2
Browse files Browse the repository at this point in the history
- #403 Fix an issue in TypeScript when using .pipe on map(f)
  • Loading branch information
Avaq committed Dec 9, 2019
1 parent d01ff1d commit 9e8084e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ getPackageName ('package.json')
### Global Bundle (CDN)

Fluture is hosted in full with all of its dependencies at
https://cdn.jsdelivr.net/gh/fluture-js/[email protected].1/dist/bundle.js
https://cdn.jsdelivr.net/gh/fluture-js/[email protected].2/dist/bundle.js

This script will add `Fluture` to the global scope.

Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fluture bundled; version 12.0.1
* Fluture bundled; version 12.0.2
*/

var Fluture = (function () {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluture",
"version": "12.0.1",
"version": "12.0.2",
"description": "FantasyLand compliant (monadic) alternative to Promises",
"main": "index.cjs",
"type": "module",
Expand Down

0 comments on commit 9e8084e

Please sign in to comment.