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 Nov 15, 2023
1 parent 6acbf68 commit 3637459
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 99 deletions.
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 2023 November 15

- 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 2023 November 14

- 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 @@ -250,23 +250,23 @@ With this, you now have enough information to leverage the cross-platform power

``` html
<script type="module">
import * as pkg from '//cdn.skypack.dev/caterpillar@^6.10.0'
import * as pkg from '//cdn.skypack.dev/caterpillar@^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 * as pkg from '//unpkg.com/caterpillar@^6.10.0'
import * as pkg from '//unpkg.com/caterpillar@^6.11.0'
</script>
```

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

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/caterpillar@6.10.0'
import * as pkg from '//dev.jspm.io/caterpillar@6.11.0'
</script>
```

Expand Down
178 changes: 89 additions & 89 deletions package-lock.json

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

Loading

0 comments on commit 3637459

Please sign in to comment.