Skip to content

Commit 130b32c

Browse files
committed
chore: release v0.10.3
1 parent ac36e41 commit 130b32c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.10.3](https://github.com/dcdavidev/depsup/compare/v0.10.2...v0.10.3) (2026-03-02)
4+
5+
### Bug Fixes
6+
7+
* update ascii logo ([ac36e41](https://github.com/dcdavidev/depsup/commit/ac36e417ca6d5ac7acf134964d86bc6edbdcdcac))
8+
39
## [0.10.2](https://github.com/dcdavidev/depsup/compare/v0.10.1...v0.10.2) (2026-02-23)
410

511
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "depsup-monorepo",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"private": true,
55
"scripts": {
66
"build": "turbo run build",

packages/depsup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "depsup",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"private": false,
55
"description": "A CLI tool to update dependencies in Nx workspaces.",
66
"homepage": "https://github.com/dcdavidev/depsup",

0 commit comments

Comments
 (0)