Skip to content

Commit

Permalink
v6.10.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jun 21, 2020
1 parent 0459397 commit 4b57a20
Show file tree
Hide file tree
Showing 5 changed files with 212 additions and 487 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: >-
CQDqNsNhJ6DoXIeFUhfdXlrDwnai5uQW8C8x0BgDKNMEqTiWbu0+FI0a4iAfBsqHp7oI68EDl253uoWPdX6bg64gy4xP0kIBIDzcHNeSasXvVPR+9mBarY8yGrOzSrlia1IjOw4VeOpufJDF9ViNqMc6eeNmJgq0DO8YmBFg2Uk=
DqX7OP+If8FU5tKbr3eVoH+jidgDE2j59PV8nFui4lX9fUuN1IWUlszqO3i+NqcNLmOAu6WRdtScY85rajO3UeleDS4KvsM3SPlfCZQB8RhvFsGoN49pwKcbcHQDULkOIzCSNJVWMeAfkyvcTMcpwhfr4tXtF6NxYOPpjoPLyZk=
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v6.10.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.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)
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.9.0'
import pkg from '//cdn.pika.dev/caterpillar-filter/^6.10.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.9.0'
import pkg from '//unpkg.com/caterpillar-filter@^6.10.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.9.0'
import pkg from '//dev.jspm.io/caterpillar-filter@6.10.0'
</script>
```

Expand Down
21 changes: 9 additions & 12 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.9.0",
"version": "6.10.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 @@ -122,29 +122,26 @@
"main": "edition-esnext/index.js",
"browser": "edition-browsers/index.js",
"module": "edition-browsers/index.js",
"dependencies": {
"editions": "3.5.0"
},
"devDependencies": {
"@bevry/update-contributors": "1.9.0",
"@bevry/update-contributors": "^1.9.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"assert-helpers": "6.8.0",
"assert-helpers": "^6.8.0",
"caterpillar": "5.6.0",
"eslint": "^7.3.0",
"eslint-config-bevry": "3.8.0",
"eslint-config-bevry": "^3.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-prettier": "^3.1.4",
"kava": "5.4.0",
"make-deno-edition": "0.9.1",
"kava": "^5.7.0",
"make-deno-edition": "^0.9.1",
"prettier": "^2.0.5",
"projectz": "2.5.0",
"projectz": "^2.9.0",
"surge": "^0.21.3",
"typedoc": "^0.17.7",
"typescript": "^3.9.5",
"valid-directory": "2.2.0",
"valid-module": "1.4.0"
"valid-directory": "^2.5.0",
"valid-module": "^1.6.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
Expand Down
Loading

0 comments on commit 4b57a20

Please sign in to comment.