Skip to content

Commit

Permalink
4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
omichelsen committed Nov 12, 2021
1 parent cb2483f commit 3bf13b0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## [4.1.1](https://github.com/omichelsen/compare-versions/releases/tag/v4.1.1) - 2021-11-12
- Remove optional chaining operator.

## [4.1.0](https://github.com/omichelsen/compare-versions/releases/tag/v4.1.0) - 2021-11-12
- Add `satisfies()` function to test for range match
- Add `satisfies()` function to test for range match.

## [4.0.2](https://github.com/omichelsen/compare-versions/releases/tag/v4.0.2) - 2021-11-12
- Fix wildcard comparisons.
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.0",
"version": "4.1.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-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.0",
"version": "4.1.1",
"description": "Compare semver version strings to find greater, equal or lesser.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3bf13b0

Please sign in to comment.