Skip to content

Commit

Permalink
v6.15.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 a2954a5 commit 3071dc7
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ after_success:
notifications:
email:
recipients: >-
YsT7ciryiveJnbet0cTQS4Y3dtwZCtMNcBMg4vzEJVDSIk2hkEaZyNnjdqqv4OrknATdQEwM017HaNYlKeNT9iyD3OgNIyDi52czIeJOtzDRW7LPEY1q0f2FFAQnWE2eNCmkiQobTf/zEw5Fc7YrpdwCK9EedzUMXUEw8rIDFII=
PjsYKywyzO9V3jpU1v+TOC7x4nIbze6TyTJ+YokbNxK4AwZ48+gdUcf8YQsyJPeFP4NqJkH1jUbgESuamOdCuMaeOHCXDhcGDpjgdVtR3Vw9g1Rr/KIGP5YS6D9LBPZuU2GGcJpqdU0oAg0Dceff9lPN7BGDOPpKd+twmDkYIpg=
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v6.15.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)

## v6.14.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)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@ Filter out undesired log levels from your Caterpillar logger stream

``` html
<script type="module">
import pkg from '//cdn.pika.dev/caterpillar-filter/^6.14.0'
import pkg from '//cdn.pika.dev/caterpillar-filter/^6.15.0'
</script>
```

<a href="https://unpkg.com" title="unpkg is a fast, global content delivery network for everything on npm"><h3>unpkg</h3></a>

``` html
<script type="module">
import pkg from '//unpkg.com/caterpillar-filter@^6.14.0'
import pkg from '//unpkg.com/caterpillar-filter@^6.15.0'
</script>
```

<a href="https://jspm.io" title="Native ES Modules CDN"><h3>jspm</h3></a>

``` html
<script type="module">
import pkg from '//dev.jspm.io/caterpillar-filter@6.14.0'
import pkg from '//dev.jspm.io/caterpillar-filter@6.15.0'
</script>
```

Expand Down
Loading

0 comments on commit 3071dc7

Please sign in to comment.