Skip to content

Commit

Permalink
v4.34.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Nov 14, 2023
1 parent 24dd1a4 commit 52810fb
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 72 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v4.34.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)

## v4.33.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 @@ -181,23 +181,23 @@ If you want to render badges inside your own project's readme files, check out t

``` html
<script type="module">
import * as pkg from '//cdn.skypack.dev/badges@^4.33.0'
import * as pkg from '//cdn.skypack.dev/badges@^4.34.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/badges@^4.33.0'
import * as pkg from '//unpkg.com/badges@^4.34.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/badges@4.33.0'
import * as pkg from '//dev.jspm.io/badges@4.34.0'
</script>
```

Expand Down
132 changes: 66 additions & 66 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "badges",
"version": "4.33.0",
"version": "4.34.0",
"description": "The definitive collection of badges for rendering",
"homepage": "https://github.com/bevry/badges",
"license": "Artistic-2.0",
Expand Down Expand Up @@ -208,12 +208,12 @@
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"assert-helpers": "^11.3.0",
"assert-helpers": "^11.4.0",
"eslint": "^8.53.0",
"eslint-config-bevry": "^4.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"kava": "^7.1.0",
"kava": "^7.2.0",
"prettier": "^3.1.0",
"projectz": "^3.0.0",
"surge": "^0.23.1",
Expand Down

0 comments on commit 52810fb

Please sign in to comment.