version bump

This commit is contained in:
Laurent Payot
2023-06-04 02:41:24 +02:00
parent 1cf6ff8255
commit c2a88ad05b
3 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,18 @@
# Minidenticons changelog
# 4.1.0
_2023-06-03_
### New features
- Slightly decreased minified and compressed sizes
### Breaking Changes
- 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.
# 4.0.0
_2023-06-02_

View File

@@ -51,7 +51,7 @@
<body>
<script type="module">
import { minidenticonSvg } from "./minidenticons.js"
import { minidenticonSvg } from "./minidenticons.min.js"
const main = document.querySelector('main')
const usernameInput = main.querySelector('#username-input')

View File

@@ -1,6 +1,6 @@
{
"name": "minidenticons",
"version": "4.0.0",
"version": "4.1.0",
"description": "Super lightweight SVG identicon (icon avatar) generator",
"author": "Laurent Payot",
"license": "MIT",