Skip to content

Commit 497a7e0

Browse files
committed
6.1.1
1 parent e10de90 commit 497a7e0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [6.1.1](https://github.com/omichelsen/compare-versions/releases/tag/v6.1.1) - 2024-07-13
4+
- Fix ESM module browser support by appending `.js` extension to imports.
5+
36
## [6.1.0](https://github.com/omichelsen/compare-versions/releases/tag/v6.1.0) - 2023-08-07
47
- Add new function `validateStrict` to validate according to strict semver rules.
58

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compare-versions",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Compare semver version strings to find greater, equal or lesser.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)