From dbc3aa0101c32ed87b55fee92fb219f7332590df Mon Sep 17 00:00:00 2001 From: tophat-opensource-bot Date: Fri, 5 Aug 2022 13:42:11 +0000 Subject: [PATCH] chore: release sanity runner [skip ci] --- CHANGELOG.md | 7 +++++++ packages/service/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eadef58..4bfc51af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## [6.4.16](https://github.com/tophat/sanity-runner/compare/sanity-runner-service@6.4.15...sanity-runner-service@6.4.16) "sanity-runner-service" (2022-08-05) + +### Bug Fixes + +* correctly parse test metadata ([483e11d](https://github.com/tophat/sanity-runner/commits/483e11d)) + + ## [6.4.15](https://github.com/tophat/sanity-runner/compare/@tophat/sanity-runner-types@6.4.8...@tophat/sanity-runner-types@6.4.15) "@tophat/sanity-runner-types" (2022-08-03) ### Bug Fixes diff --git a/packages/service/package.json b/packages/service/package.json index 503c0dac..8dfad7a4 100644 --- a/packages/service/package.json +++ b/packages/service/package.json @@ -1,6 +1,6 @@ { "name": "sanity-runner-service", - "version": "6.4.15", + "version": "6.4.16", "description": "Distributed Sanity Test Suite Runner.", "group": "sanity-runner", "main": "bundle/handler.js",