Skip to content

Commit

Permalink
v5.13.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Oct 29, 2020
1 parent ff5513c commit 407b213
Show file tree
Hide file tree
Showing 5 changed files with 446 additions and 1,279 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ language: node_js
node_js:
- '10'
- '12'
- '13'
- '14'
- '15'
matrix:
fast_finish: true
allow_failures: []
Expand All @@ -28,4 +28,4 @@ after_success:
notifications:
email:
recipients: >-
FNIxOV/5leQosaY33GvG7MXqtyNlUlAR5GwETPAeco3Dc4R8k6OphpJFXvD8xg/Q+gGkwaYajGPpRHkCXhcVQAU3GM34NdRvMO/yvphLIkOlKhg9CQTv46NUk4zEBaDZiJ3UTSSebeUR6RcCAkOmH4Haxd0u/DOaEU9Xw4Z0+iI=
OXBkohZI9eMHmDj4RWmZU4d71OW1mBfuFADEriDUvnVhcSFy/ura5oVJJy51TW0TmpPV7OVjdFUEEBYfV48M4zFu/7hpBma339zvgkHSRYsn0ixIh6MfJUDb8sSPwfOy33/JFlb5lBIT2+3z3qUp0KzHDPbKoFNted8q388rZG4=
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v5.13.0 2020 October 29

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

## v5.12.0 2020 September 5

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Kava has been powering accurate test suites for Node.js and Web Browsers since 2

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/kava@5.12.0'
import * as pkg from '//dev.jspm.io/kava@5.13.0'
</script>
```

Expand All @@ -63,7 +63,7 @@ Kava has been powering accurate test suites for Node.js and Web Browsers since 2
<p>This package is published with the following editions:</p>

<ul><li><code>kava</code> aliases <code>kava/source/index.js</code></li>
<li><code>kava/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 13 || 14 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>kava/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 || 15 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li>
<li><code>kava/edition-browsers/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> compiled for web browsers with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul>

<h3><a href="https://www.typescriptlang.org/" title="TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. ">TypeScript</a></h3>
Expand Down
Loading

0 comments on commit 407b213

Please sign in to comment.