Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpayot committed Mar 1, 2024
1 parent 95451cb commit cbfd2c0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Minidenticons changelog

## 4.2.1

_2024-03-01_

### Bug fix

- Fixed a bug with Vite hot reload https://github.com/laurentpayot/minidenticons/issues/8

## 4.2.0

_2023-06-12_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Minidenticons uses [ES modules](https://jakearchibald.com/2017/es-modules-in-bro

```html
<script type="module">
import { minidenticonSvg } from 'https://cdn.jsdelivr.net/npm/[email protected].0/minidenticons.min.js'
import { minidenticonSvg } from 'https://cdn.jsdelivr.net/npm/[email protected].1/minidenticons.min.js'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion minidenticons.min.js

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

2 changes: 1 addition & 1 deletion minidenticons.min.js.map

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

2 changes: 1 addition & 1 deletion no-custom-element.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minidenticons",
"version": "4.2.0",
"version": "4.2.1",
"description": "Super lightweight SVG identicon (icon avatar) generator",
"author": "Laurent Payot",
"license": "MIT",
Expand Down

0 comments on commit cbfd2c0

Please sign in to comment.