Skip to content

Commit

Permalink
v6.8.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jun 19, 2020
1 parent 3b1ab17 commit 247d9dc
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 46 deletions.
12 changes: 0 additions & 12 deletions .dependabot/config.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
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: >-
LL1jrXc7mdNVsshklkTSxRexoFV9rKjH6BSkG5tDvCQCTvnY41r5hhh17yNcN/512MNbfeiVx1ux1lK+TFYhNJuRRpLje2l5aTdekUqgSxjNG4BESmCygGADNzUyF3Yigfvb/aXlHXPefwDw/2FtH1mcr6+sEj8NdizfP72GWZk=
h8PDBQfoOmqOM2eFYucEhD2lEzYctflxw9l2zcULjGicJKv0XJV1TQbbyTqUTqfPicAuoAU9zWjQCFvxM0plmCGFHtO+G3cd69R7D/EUTSb8VP+dcq4uqxw5W1GIRG2vUuIJwQGgS+tTiEoCeGQvfa+MOkAfHMOiXHOYdx0nt00=
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

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

## v6.7.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.7.0'
import pkg from '//cdn.pika.dev/caterpillar-filter/^6.8.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.7.0'
import pkg from '//unpkg.com/caterpillar-filter@^6.8.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.7.0'
import pkg from '//dev.jspm.io/caterpillar-filter@6.8.0'
</script>
```

Expand Down
121 changes: 97 additions & 24 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Filter Transform for Caterpillar",
"name": "caterpillar-filter",
"version": "6.7.0",
"version": "6.8.0",
"description": "Filter out undesired log levels from your Caterpillar logger stream",
"homepage": "https://github.com/bevry/caterpillar-filter",
"license": "MIT",
Expand Down Expand Up @@ -123,12 +123,12 @@
"browser": "edition-browsers/index.js",
"module": "edition-browsers/index.js",
"dependencies": {
"caterpillar": "^5.7.0",
"caterpillar": "^5.8.0",
"eslint-plugin-babel": "^5.3.0",
"@bevry/update-contributors": "^1.10.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"assert-helpers": "^6.8.0",
"assert-helpers": "^6.10.0",
"eslint": "^7.3.0",
"eslint-config-bevry": "^3.9.0",
"eslint-config-prettier": "^6.11.0",
Expand All @@ -147,8 +147,8 @@
"@bevry/update-contributors": "^1.10.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"assert-helpers": "^6.8.0",
"caterpillar": "^5.7.0",
"assert-helpers": "^6.10.0",
"caterpillar": "^5.8.0",
"eslint": "^7.3.0",
"eslint-config-bevry": "^3.9.0",
"eslint-config-prettier": "^6.11.0",
Expand All @@ -165,7 +165,7 @@
"valid-module": "^1.5.0"
},
"peerDependencies": {
"caterpillar": "^5.7.0"
"caterpillar": "^5.8.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
Expand Down

0 comments on commit 247d9dc

Please sign in to comment.