Skip to content

Commit 295693c

Browse files
committed
update to changelog and version
1 parent b4d08ea commit 295693c

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,11 @@
356356
- updated version of angular to mitigate vulnerabilities
357357
- including pm2 logs in the `mmpm logs -z` subcommand
358358
- removed unnecessary print calls made in the package display method
359+
360+
## Version 4.2.3
361+
362+
- improved performance of displaying packages
363+
364+
## Version 4.2.4
365+
366+
- typo in package.py

mmpm/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
major = 4
22
minor = 2
3-
patch = 3
3+
patch = 4
44

55
version = f"{major}.{minor}.{patch}"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mmpm"
3-
version = "4.2.3"
3+
version = "4.2.4"
44
description = "MMPM, the MagicMirror Package Manager CLI simplifies the installation, removal, and general maintenance of MagicMirror packages"
55

66
authors = [

0 commit comments

Comments
 (0)