From d999361a0109694435864697e88d1c0cd2b599b5 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sat, 30 Nov 2024 14:20:53 +0200 Subject: [PATCH] chore(main): release library 7.3.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 b0f3a82..8123ef1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "1.0.0", - "packages/library": "7.2.1" + "packages/library": "7.3.0" } diff --git a/packages/library/CHANGELOG.md b/packages/library/CHANGELOG.md index 3803d94..8a8bccc 100644 --- a/packages/library/CHANGELOG.md +++ b/packages/library/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.3.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.2.1...library-v7.3.0) (2024-11-30) + + +### Features + +* can run a headless neovim ex-command before tests ([700d83c](https://github.com/mikavilpas/tui-sandbox/commit/700d83c6b19875e946b38ef382b9eb48e22cb5f6)) + ## [7.2.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.2.0...library-v7.2.1) (2024-11-28) diff --git a/packages/library/package.json b/packages/library/package.json index 1c1eba6..8dfc594 100644 --- a/packages/library/package.json +++ b/packages/library/package.json @@ -1,6 +1,6 @@ { "name": "@tui-sandbox/library", - "version": "7.2.1", + "version": "7.3.0", "license": "MIT", "type": "module", "bin": {