Skip to content

Commit 8ea17b1

Browse files
committed
Release 12.0.0
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
1 parent 1064c23 commit 8ea17b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ getPackageName ('package.json')
9191
### Global Bundle (CDN)
9292

9393
Fluture is hosted in full with all of its dependencies at
94-
https://cdn.jsdelivr.net/gh/fluture-js/[email protected]-beta.6/dist/bundle.js
94+
https://cdn.jsdelivr.net/gh/fluture-js/[email protected]/dist/bundle.js
9595

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

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Fluture bundled; version 12.0.0-beta.6
2+
* Fluture bundled; version 12.0.0
33
*/
44

55
var Fluture = (function () {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluture",
3-
"version": "12.0.0-beta.6",
3+
"version": "12.0.0",
44
"description": "FantasyLand compliant (monadic) alternative to Promises",
55
"main": "index.cjs",
66
"type": "module",

0 commit comments

Comments
 (0)