Skip to content

Commit

Permalink
4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
omichelsen committed Aug 24, 2022
1 parent dd7d617 commit 01f5d9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [4.1.4](https://github.com/omichelsen/compare-versions/releases/tag/v4.1.4) - 2022-08-23
- Fix `satisfies()` CJS export.

## [4.1.3](https://github.com/omichelsen/compare-versions/releases/tag/v4.1.3) - 2022-01-11
- Export CJS style in ESM for cross compatibility.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compare-versions",
"version": "4.1.3",
"version": "4.1.4",
"description": "Compare semver version strings to find greater, equal or lesser.",
"main": "index.js",
"authors": ["Ole Bjørn Michelsen <[email protected]>"],
Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compare-versions",
"version": "4.1.3",
"version": "4.1.4",
"description": "Compare semver version strings to find greater, equal or lesser.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 01f5d9f

Please sign in to comment.