Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentpayot committed Jun 4, 2023
1 parent 1cf6ff8 commit c2a88ad
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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_
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
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.0.0",
"version": "4.1.0",
"description": "Super lightweight SVG identicon (icon avatar) generator",
"author": "Laurent Payot",
"license": "MIT",
Expand Down

0 comments on commit c2a88ad

Please sign in to comment.