Skip to content

Commit

Permalink
v6.11.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jun 25, 2020
1 parent 4b57a20 commit 19e3ef3
Show file tree
Hide file tree
Showing 5 changed files with 171 additions and 271 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: >-
DqX7OP+If8FU5tKbr3eVoH+jidgDE2j59PV8nFui4lX9fUuN1IWUlszqO3i+NqcNLmOAu6WRdtScY85rajO3UeleDS4KvsM3SPlfCZQB8RhvFsGoN49pwKcbcHQDULkOIzCSNJVWMeAfkyvcTMcpwhfr4tXtF6NxYOPpjoPLyZk=
aF8Wla84DlWTOoWMSZHkYj+aOspYdefMRC0SIzdB/bVQ7l7q3vNlA9Y6uSNqAEbRdOLsdjtEnAMzOSx5jeJ5N29ND/4AUmdZO0tmP6JuFE9ntZXhuE74aIHL4KbvgQJ9LqXf5itgXC+7QLjiHHx1EI2JpPOxQXVohsmtpkUqxE8=
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v6.11.0 2020 June 25

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

## 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)
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.10.0'
import pkg from '//cdn.pika.dev/caterpillar-filter/^6.11.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.10.0'
import pkg from '//unpkg.com/caterpillar-filter@^6.11.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.10.0'
import pkg from '//dev.jspm.io/caterpillar-filter@6.11.0'
</script>
```

Expand Down
24 changes: 12 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.10.0",
"version": "6.11.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,25 +123,25 @@
"browser": "edition-browsers/index.js",
"module": "edition-browsers/index.js",
"devDependencies": {
"@bevry/update-contributors": "^1.9.0",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"assert-helpers": "^6.8.0",
"caterpillar": "5.6.0",
"eslint": "^7.3.0",
"eslint-config-bevry": "^3.8.0",
"eslint-config-prettier": "^6.7.0",
"@bevry/update-contributors": "^1.12.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"assert-helpers": "^6.13.0",
"caterpillar": "5.11.0",
"eslint": "^7.3.1",
"eslint-config-bevry": "^3.12.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-prettier": "^3.1.4",
"kava": "^5.7.0",
"make-deno-edition": "^0.9.1",
"make-deno-edition": "^0.13.0",
"prettier": "^2.0.5",
"projectz": "^2.9.0",
"projectz": "^2.10.1",
"surge": "^0.21.3",
"typedoc": "^0.17.7",
"typescript": "^3.9.5",
"valid-directory": "^2.5.0",
"valid-module": "^1.6.0"
"valid-module": "^1.7.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
Expand Down
Loading

0 comments on commit 19e3ef3

Please sign in to comment.