Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omichelsen committed Jun 23, 2019
1 parent 6fcb95f commit b171072
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

## [3.5.0](https://github.com/omichelsen/compare-versions/releases/tag/v3.5.0) - 2019-06-22
- Add api returning true or false given a comparison operator.

## [3.4.0](https://github.com/omichelsen/compare-versions/releases/tag/v3.4.0) - 2018-08-30
- Show rejected version in error message.

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": "3.4.0",
"version": "3.5.0",
"description": "Compare semver version strings to find greater, equal or lesser.",
"main": "index.js",
"authors": [
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": "3.4.0",
"version": "3.5.0",
"description": "Compare semver version strings to find greater, equal or lesser.",
"repository": {
"type": "git",
Expand Down

0 comments on commit b171072

Please sign in to comment.