Skip to content

Commit b1e6ee1

Browse files
chore: release main (#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 661eb5a commit b1e6ee1

6 files changed

Lines changed: 13 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.0"
2+
".": "2.4.1"
33
}

CHANGELOG.md

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

3+
## [2.4.1](https://github.com/one-ea/Monolith/compare/v2.4.0...v2.4.1) (2026-05-15)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* address issue 72 and resolve dependabot alerts ([#76](https://github.com/one-ea/Monolith/issues/76)) ([661eb5a](https://github.com/one-ea/Monolith/commit/661eb5a413faffbe48c5c34611aeab511204a097))
9+
310
## [2.4.0](https://github.com/one-ea/Monolith/compare/v2.3.2...v2.4.0) (2026-05-03)
411

512

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monolith-client",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

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": "monolith",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"private": true,
55
"workspaces": [
66
"client",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monolith-server",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)