Skip to content

Commit

Permalink
v3.16.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jul 21, 2020
1 parent fdfe058 commit 4de78b1
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 193 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ cache: npm
install:
- >-
eval "$(curl -fsSL
https://raw.githubusercontent.com/bevry/awesome-travis/9fa2fa025c77b463d03154f39922af95cadc9c67/scripts/node-install.bash)"
https://raw.githubusercontent.com/bevry/awesome-travis/master/scripts/node-install.bash)"
before_script:
- >-
eval "$(curl -fsSL
https://raw.githubusercontent.com/bevry/awesome-travis/9fa2fa025c77b463d03154f39922af95cadc9c67/scripts/node-verify.bash)"
https://raw.githubusercontent.com/bevry/awesome-travis/master/scripts/node-verify.bash)"
after_success:
- >-
eval "$(curl -fsSL
https://raw.githubusercontent.com/bevry/awesome-travis/9fa2fa025c77b463d03154f39922af95cadc9c67/scripts/node-publish.bash)"
https://raw.githubusercontent.com/bevry/awesome-travis/master/scripts/node-publish.bash)"
notifications:
email:
recipients: >-
q3tHTBJHTkDNwKBDEP70FMmDVVluaG85jJpoVKxRNMKuQfqFTgmulLAM1Pm8s1ZtP79kERGBprcrqpsGnm9Rney3QQ6T2QZuKytOOd9vjTVh9t7OBAhq9k9OFYGzTB+WuLC4c3lSBXiRVc4gwrsDbdmYQzkcOONHiencbehIwJ4=
Cdv1nDGo12RSszjlSPICQza5yxfKTSuN0elCSFVaiINlyliJtt0k9jpCEmCXLkV7PEPOB5oRONr2tV1YhDG2x/aKD7PY4NDTyfGOrLBPTzadc5FeM0T+4dAU+cfG4eem0UaHQbUaGlcgm9V0Dd1OW2tfYRZNk7jbBBAPnZH2jnM=
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v3.16.0 2020 July 22

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

## v3.15.0 2020 July 3

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
2 changes: 1 addition & 1 deletion 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.15.0'
import * as pkg from '//dev.jspm.io/argsbytype@3.16.0'
</script>
```

Expand Down
Loading

0 comments on commit 4de78b1

Please sign in to comment.