Skip to content

Commit

Permalink
v6.9.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jun 20, 2020
1 parent 247d9dc commit 0459397
Show file tree
Hide file tree
Showing 6 changed files with 2,791 additions and 2,741 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ node_js:
matrix:
fast_finish: true
allow_failures: []
cache: npm
cache: yarn
install:
- >-
eval "$(curl -fsSL
Expand All @@ -28,4 +28,4 @@ after_success:
notifications:
email:
recipients: >-
h8PDBQfoOmqOM2eFYucEhD2lEzYctflxw9l2zcULjGicJKv0XJV1TQbbyTqUTqfPicAuoAU9zWjQCFvxM0plmCGFHtO+G3cd69R7D/EUTSb8VP+dcq4uqxw5W1GIRG2vUuIJwQGgS+tTiEoCeGQvfa+MOkAfHMOiXHOYdx0nt00=
CQDqNsNhJ6DoXIeFUhfdXlrDwnai5uQW8C8x0BgDKNMEqTiWbu0+FI0a4iAfBsqHp7oI68EDl253uoWPdX6bg64gy4xP0kIBIDzcHNeSasXvVPR+9mBarY8yGrOzSrlia1IjOw4VeOpufJDF9ViNqMc6eeNmJgq0DO8YmBFg2Uk=
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v6.9.0 2020 June 21

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

## v6.8.0 2020 June 20

- 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.8.0'
import pkg from '//cdn.pika.dev/caterpillar-filter/^6.9.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.8.0'
import pkg from '//unpkg.com/caterpillar-filter@^6.9.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.8.0'
import pkg from '//dev.jspm.io/caterpillar-filter@6.9.0'
</script>
```

Expand Down
Loading

0 comments on commit 0459397

Please sign in to comment.