Skip to content

Commit 0984687

Browse files
committed
chore(release): 0.5.0
1 parent 9272592 commit 0984687

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.5.0](https://github.com/hundehausen/monero-suite/compare/v0.4.0...v0.5.0) (2025-03-03)
6+
7+
8+
### Features
9+
10+
* new tor service, workaround for proxy in docker network ([ed1191b](https://github.com/hundehausen/monero-suite/commits/ed1191bd9c44829afc035419d62a85833e9ee2e6))
11+
* use new modern tor image ([9272592](https://github.com/hundehausen/monero-suite/commits/9272592ce9fa99f77aea7319d21c714d5014af40))
12+
13+
14+
### Bug Fixes
15+
16+
* ensure TextInput is a controlled component ([1cc04d6](https://github.com/hundehausen/monero-suite/commits/1cc04d683ec762e136a9846b2cd090837e4601d8))
17+
18+
19+
### Documentation
20+
21+
* clarify network mode description for service port exposure ([ea10055](https://github.com/hundehausen/monero-suite/commits/ea1005563b796daf1c6872641246174bed684f2c))
22+
23+
24+
### Chore
25+
26+
* update dependencies to latest versions ([5c73b7b](https://github.com/hundehausen/monero-suite/commits/5c73b7beae0eb2340e03a558354b4cecfe511327))
27+
* update network section description ([3c90925](https://github.com/hundehausen/monero-suite/commits/3c909258185d52223a10f00cda7cc210787ba8ea))
28+
* upgrade Next.js and related dependencies to version 15.2.0 ([0f3fe15](https://github.com/hundehausen/monero-suite/commits/0f3fe15ef0610abdc93746de41740b79ad4ba0ff))
29+
530
## [0.4.0](https://github.com/hundehausen/monero-suite/compare/v0.3.1...v0.4.0) (2025-02-25)
631

732

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monero-suite",
33
"description": "Build your personal docker-compose.yml file for Monero services.",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"private": true,
66
"scripts": {
77
"dev": "next dev --turbopack",

0 commit comments

Comments
 (0)