From 51cdcf16451f8bedd962b8469de1a7b564f5c691 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Wed, 4 Dec 2024 21:48:47 +0200 Subject: [PATCH] chore(main): release library 7.4.0 --- .release-please-manifest.json | 2 +- packages/library/CHANGELOG.md | 7 +++++++ packages/library/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8123ef1..9f6ef75 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "1.0.0", - "packages/library": "7.3.0" + "packages/library": "7.4.0" } diff --git a/packages/library/CHANGELOG.md b/packages/library/CHANGELOG.md index 8a8bccc..e606935 100644 --- a/packages/library/CHANGELOG.md +++ b/packages/library/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.4.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.3.0...library-v7.4.0) (2024-12-04) + + +### Features + +* allow customizing the PORT for the test server ([#176](https://github.com/mikavilpas/tui-sandbox/issues/176)) ([a07a1ae](https://github.com/mikavilpas/tui-sandbox/commit/a07a1ae52d4ae67b323305891c3f9b2019f01bd4)) + ## [7.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.2.1...library-v7.3.0) (2024-11-30) diff --git a/packages/library/package.json b/packages/library/package.json index 0d08e9a..d5913e5 100644 --- a/packages/library/package.json +++ b/packages/library/package.json @@ -1,6 +1,6 @@ { "name": "@tui-sandbox/library", - "version": "7.3.0", + "version": "7.4.0", "license": "MIT", "type": "module", "bin": {