From 1476c56c90749732efd5da20bf28624a773bf313 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Sun, 24 Nov 2024 10:01:47 +0200 Subject: [PATCH] chore(main): release library 7.2.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 3793b05..b190a5f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "1.0.0", - "packages/library": "7.1.0" + "packages/library": "7.2.0" } diff --git a/packages/library/CHANGELOG.md b/packages/library/CHANGELOG.md index 210bfc8..07a98b3 100644 --- a/packages/library/CHANGELOG.md +++ b/packages/library/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.1.0...library-v7.2.0) (2024-11-24) + + +### Features + +* add `cy.runExCommand()` to run Ex commands in Neovim ([#160](https://github.com/mikavilpas/tui-sandbox/issues/160)) ([1140f04](https://github.com/mikavilpas/tui-sandbox/commit/1140f04fcc86bd8bc90301a3505aef922c1a1f89)) + ## [7.1.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.0.1...library-v7.1.0) (2024-11-24) diff --git a/packages/library/package.json b/packages/library/package.json index f27dddb..4595bca 100644 --- a/packages/library/package.json +++ b/packages/library/package.json @@ -1,6 +1,6 @@ { "name": "@tui-sandbox/library", - "version": "7.1.0", + "version": "7.2.0", "license": "MIT", "type": "module", "bin": {