mirror of
https://github.com/laurentpayot/minidenticons.git
synced 2026-01-10 05:27:54 -05:00
version bump
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -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_
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user