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": {