Skip to content

Commit d90c1d0

Browse files
chore(release): 4.5.1 [skip ci]
## [4.5.1](4.5.0...4.5.1) (2025-02-27) ### Bug Fixes * allow underscores in domain name segments ([#421](#421)) ([6fbc3db](6fbc3db)), closes [#420](#420)
1 parent 6fbc3db commit d90c1d0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.5.1](https://github.com/openupm/openupm-cli/compare/4.5.0...4.5.1) (2025-02-27)
2+
3+
4+
### Bug Fixes
5+
6+
* allow underscores in domain name segments ([#421](https://github.com/openupm/openupm-cli/issues/421)) ([6fbc3db](https://github.com/openupm/openupm-cli/commit/6fbc3dbac48e173539077f1e1fe4ad4e04ea6edc)), closes [#420](https://github.com/openupm/openupm-cli/issues/420)
7+
18
# [4.5.0](https://github.com/openupm/openupm-cli/compare/4.4.0...4.5.0) (2024-11-01)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openupm-cli",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"preferGlobal": true,
55
"description": "openupm command line interface",
66
"engines": {

0 commit comments

Comments
 (0)