Skip to content

Commit

Permalink
v3.15.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jul 3, 2020
1 parent 913bfbd commit fdfe058
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ after_success:
notifications:
email:
recipients: >-
P/p13VL6E0XgVS+AcrL/Un4+h2KfwlHregjhtZhgfiKoXjZo3r1QXxtLfSnyNQrbGvb5cZlWclzTmDUoAwUpyL78tm+JLez1oW0aQuH6zbnKbqRPYUxHb2qqtbWaNu1AOjNMCj0pLTt1BmeIQBalVXcC2STrJTLkGcjPorsms0k=
q3tHTBJHTkDNwKBDEP70FMmDVVluaG85jJpoVKxRNMKuQfqFTgmulLAM1Pm8s1ZtP79kERGBprcrqpsGnm9Rney3QQ6T2QZuKytOOd9vjTVh9t7OBAhq9k9OFYGzTB+WuLC4c3lSBXiRVc4gwrsDbdmYQzkcOONHiencbehIwJ4=
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## 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)

## v3.14.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.14.0'
import * as pkg from '//dev.jspm.io/argsbytype@3.15.0'
</script>
```

Expand Down
73 changes: 28 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Arguments By Type",
"name": "argsbytype",
"version": "3.14.0",
"version": "3.15.0",
"description": "Provide some arguments, get back a hash object of the arguments indexed by their type. Very useful for agnostic argument orders.",
"homepage": "https://github.com/bevry/argsbytype",
"license": "MIT",
Expand Down Expand Up @@ -115,7 +115,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@bevry/update-contributors": "^1.13.0",
"assert-helpers": "^6.14.1",
"assert-helpers": "^6.15.0",
"eslint": "^7.3.1",
"eslint-config-bevry": "^3.13.0",
"eslint-config-prettier": "^6.11.0",
Expand Down

0 comments on commit fdfe058

Please sign in to comment.