Skip to content

Commit cbfd2c0

Browse files
committed
version bump
1 parent 95451cb commit cbfd2c0

6 files changed

+13
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Minidenticons changelog
22

3+
## 4.2.1
4+
5+
_2024-03-01_
6+
7+
### Bug fix
8+
9+
- Fixed a bug with Vite hot reload https://github.com/laurentpayot/minidenticons/issues/8
10+
311
## 4.2.0
412

513
_2023-06-12_

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Minidenticons uses [ES modules](https://jakearchibald.com/2017/es-modules-in-bro
3636

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

minidenticons.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minidenticons.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

no-custom-element.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minidenticons",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Super lightweight SVG identicon (icon avatar) generator",
55
"author": "Laurent Payot",
66
"license": "MIT",

0 commit comments

Comments
 (0)