Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pimm committed Jan 2, 2024
1 parent 08ff672 commit ec4a672
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion changelog.md
Expand Up @@ -12,4 +12,8 @@

### 1.0.4 - 1.0.8

(No changes)
(No changes)

### 1.0.9

* Added compare function type check.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mapsort",
"description": "Performant sorting for complex input",
"version": "1.0.8",
"version": "1.0.9",
"main": "compiled/cjs/mapsort.min.js",
"module": "compiled/esm/mapsort.min.js",
"unpkg": "compiled/iife/mapsort.min.js",
Expand Down
2 changes: 1 addition & 1 deletion readme-nl.md
Expand Up @@ -39,7 +39,7 @@ import mapSort from 'mapsort';

Als alternatief kan `mapsort` ook worden binnengehaald met unpkg:
```html
<script src="https://unpkg.com/mapsort@^1.0.8"></script>
<script src="https://unpkg.com/mapsort@^1.0.9"></script>
```
Met deze aanpak wordt de functie beschikbaar als `window.mapSort`.

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -39,7 +39,7 @@ import mapSort from 'mapsort';

Alternatively, include `mapsort` through unpkg:
```html
<script src="https://unpkg.com/mapsort@^1.0.8"></script>
<script src="https://unpkg.com/mapsort@^1.0.9"></script>
```
This alternative makes the function available at `window.mapSort`.

Expand Down

0 comments on commit ec4a672

Please sign in to comment.