Skip to content

Commit

Permalink
v3.21.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Oct 28, 2020
1 parent 88c4319 commit a0f6cd1
Show file tree
Hide file tree
Showing 5 changed files with 208 additions and 1,225 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 @@ -25,4 +25,4 @@ after_success:
notifications:
email:
recipients: >-
deun5lmTEjCnxwjY5IHev0xLmhH4aPIkj9o5CeLwv/hep0gXJMS4OaMwAcOJec54tzxiIHfJleOI2R7HB6XtTKM23Dcm8bjRTy620JwDp1gkhgO9Wh9Qfym2OD/QnHUzVHeXwZWIKK0BoCchrKvUhPJWm3Ju8On0AtXjBzbzQ8s=
ii2zpZrYlEeUjF9tcjFOYuMUKtiSiFoZvinQpp7nCvGi6zXOjMM9qyS2ES/VlrCuGqVU37IHkmW39ovkmbYp962JC7hRh/TyF/bebOFfWU7zq3vwh0C5p1LP8kzWNltiX6K6bK6moYih4SCzBMSqlYrULLRqEtEqnI7JRYua3aU=
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v3.21.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)

## v3.20.0 2020 September 4

- 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 @@ -67,7 +67,7 @@ Yay! Big win for agnostic argument order! But when would you actually want this?

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/argsbytype@3.20.0'
import * as pkg from '//dev.jspm.io/argsbytype@3.21.0'
</script>
```

Expand All @@ -76,7 +76,7 @@ Yay! Big win for agnostic argument order! But when would you actually want this?
<p>This package is published with the following editions:</p>

<ul><li><code>argsbytype</code> aliases <code>argsbytype/source/index.js</code></li>
<li><code>argsbytype/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>argsbytype/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>argsbytype/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>

<!-- /INSTALL -->
Expand Down
Loading

0 comments on commit a0f6cd1

Please sign in to comment.