Skip to content

Commit

Permalink
chore: release 7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lukekarrys committed Jun 22, 2023
1 parent bf53dd8 commit 7fdf1ef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "7.5.2"
".": "7.5.3"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [7.5.3](https://github.com/npm/node-semver/compare/v7.5.2...v7.5.3) (2023-06-22)

### Bug Fixes

* [`abdd93d`](https://github.com/npm/node-semver/commit/abdd93d55496d22e3c15a454a5cf13f101e48bce) [#571](https://github.com/npm/node-semver/pull/571) set max lengths in regex for numeric and build identifiers (#571) (@lukekarrys)

### Documentation

* [`bf53dd8`](https://github.com/npm/node-semver/commit/bf53dd8da15a17eb6b8111115d0d8ef341fea5db) [#569](https://github.com/npm/node-semver/pull/569) add example for `>` comparator (#569) (@mbtools)

## [7.5.2](https://github.com/npm/node-semver/compare/v7.5.1...v7.5.2) (2023-06-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "semver",
"version": "7.5.2",
"version": "7.5.3",
"description": "The semantic version parser used by npm.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7fdf1ef

Please sign in to comment.