Skip to content

Commit

Permalink
Release 12.3.0
Browse files Browse the repository at this point in the history
Adds better support for Deno and other ESM based runtimes.
  • Loading branch information
Avaq committed Jun 14, 2020
1 parent 8817493 commit 1a06e5d
Show file tree
Hide file tree
Showing 4 changed files with 2,150 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ of Fluture's dependencies pre-bundled.
or modern browsers.
- [Fluture Module Minified][]: A minified EcmaScript module without TypeScript typings. Not recommended for Deno.

[Fluture Script]: https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.2.1/dist/bundle.js
[Fluture Script Minified]: https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.2.1/dist/bundle.min.js
[Fluture Module]: https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.2.1/dist/module.js
[Fluture Module Minified]: https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.2.1/dist/module.min.js
[Fluture Script]: https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.3.0/dist/bundle.js
[Fluture Script Minified]: https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.3.0/dist/bundle.min.js
[Fluture Module]: https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.3.0/dist/module.js
[Fluture Module Minified]: https://cdn.jsdelivr.net/gh/fluture-js/Fluture@12.3.0/dist/module.min.js

### CommonJS Module

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.2.1
* Fluture bundled; version 12.3.0
*/

var Fluture = (function () {
Expand Down
Loading

0 comments on commit 1a06e5d

Please sign in to comment.