Skip to content

Commit

Permalink
Release 12.0.0
Browse files Browse the repository at this point in the history
Includes the changes from all version 12 prereleases.
See the [GitHub releases][] for a summary of these
changes, and see the [upgrade guide][] for a detailed
description of the breaking changes.

[GitHub releases]: https://github.com/fluture-js/Fluture/releases
[upgrade guide]: https://gist.github.com/Avaq/ee2c6c819db4c37258e9a226e6380a38
  • Loading branch information
Avaq committed Nov 17, 2019
1 parent 1064c23 commit 8ea17b1
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]-beta.6/dist/bundle.js
https://cdn.jsdelivr.net/gh/fluture-js/[email protected]/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.0-beta.6
* Fluture bundled; version 12.0.0
*/

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

0 comments on commit 8ea17b1

Please sign in to comment.