Skip to content

Commit c2a88ad

Browse files
committed
version bump
1 parent 1cf6ff8 commit c2a88ad

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
4+
# 4.1.0
5+
6+
_2023-06-03_
7+
8+
### New features
9+
10+
- Slightly decreased minified and compressed sizes
11+
12+
### Breaking Changes
13+
14+
- New smaller and simpler custom hash algorithm working just as good as the previous FNV-1a based one. The shape and color for a given seed have changed. Not bumping version to 5 as the version 4 was only released the day before.
15+
316
# 4.0.0
417

518
_2023-06-02_

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<body>
5252

5353
<script type="module">
54-
import { minidenticonSvg } from "./minidenticons.js"
54+
import { minidenticonSvg } from "./minidenticons.min.js"
5555

5656
const main = document.querySelector('main')
5757
const usernameInput = main.querySelector('#username-input')

package.json

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

0 commit comments

Comments
 (0)