From 28900f834ae8f77128f86e483bc80809205853b7 Mon Sep 17 00:00:00 2001 From: Flatfile Bot <62193415+flatfiledocker@users.noreply.github.com> Date: Thu, 2 Nov 2023 15:10:14 -0700 Subject: [PATCH] chore: update versions (#300) Co-authored-by: github-actions[bot] --- .changeset/funny-clouds-dress.md | 5 ----- plugins/record-hook/CHANGELOG.md | 6 ++++++ plugins/record-hook/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/funny-clouds-dress.md diff --git a/.changeset/funny-clouds-dress.md b/.changeset/funny-clouds-dress.md deleted file mode 100644 index c96f9c8e0..000000000 --- a/.changeset/funny-clouds-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@flatfile/plugin-record-hook': patch ---- - -Bug fix completing commits diff --git a/plugins/record-hook/CHANGELOG.md b/plugins/record-hook/CHANGELOG.md index 6147d640a..6307390be 100644 --- a/plugins/record-hook/CHANGELOG.md +++ b/plugins/record-hook/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-record-hook +## 1.1.10 + +### Patch Changes + +- 2e2a201: Bug fix completing commits + ## 1.1.9 ### Patch Changes diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 43f59bfea..d7a1b113f 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-record-hook", - "version": "1.1.9", + "version": "1.1.10", "description": "A plugin for writing custom record-level hooks in Flatfile.", "registryMetadata": { "category": "records"