Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omichelsen committed Aug 26, 2022
1 parent b7b22dc commit dff32b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [5.0.0](https://github.com/omichelsen/compare-versions/releases/tag/v5.0.0) - 2022-08-25
- BREAKING CHANGE: main export is now named.
- Rewrite in TypeScript. Ensure single source of truth for all outputs.
- Support ESM and CJS (through UMD).
- Dropped Bower support.

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

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": "5.0.0",
"description": "Compare semver version strings to find greater, equal or lesser.",
"repository": {
"type": "git",
Expand Down

0 comments on commit dff32b2

Please sign in to comment.