Skip to content

Commit

Permalink
Release 12.1.1
Browse files Browse the repository at this point in the history
- #412 (f188e0e) Fixes an issue related to the TypeScript
  typings for the 'go' function.
  • Loading branch information
Avaq committed Jan 14, 2020
1 parent 9aae866 commit 549029c
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].0/dist/bundle.js
https://cdn.jsdelivr.net/gh/fluture-js/[email protected].1/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.1.0
* Fluture bundled; version 12.1.1
*/

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.1.0",
"version": "12.1.1",
"description": "FantasyLand compliant (monadic) alternative to Promises",
"main": "index.cjs",
"type": "module",
Expand Down

0 comments on commit 549029c

Please sign in to comment.