Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omichelsen committed Nov 2, 2021
1 parent 8537cd7 commit 2b5c00a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.0.1](https://github.com/omichelsen/compare-versions/releases/tag/v4.0.1) - 2021-11-01
- Remove `{ "type": "module" }` from package.json and set `{ "sideEffects": false }`.

## [4.0.0](https://github.com/omichelsen/compare-versions/releases/tag/v4.0.0) - 2021-10-30
- Add new ESM version in addition to the original CJS version.
- Refactor ESM version to improve performance and reduce lines of code.
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.0.0",
"version": "4.0.1",
"description": "Compare semver version strings to find greater, equal or lesser.",
"main": "index.js",
"authors": ["Ole Bjørn Michelsen <[email protected]>"],
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": "compare-versions",
"version": "4.0.0",
"version": "4.0.1",
"description": "Compare semver version strings to find greater, equal or lesser.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2b5c00a

Please sign in to comment.