From 5fe2a24873f030fd3b06ddc3b85fa831127af8cd Mon Sep 17 00:00:00 2001 From: Diego Aquino Date: Sat, 1 Jun 2024 11:26:40 -0300 Subject: [PATCH] chore(release): upgrade version to v0.6.0-canary.3 --- package.json | 2 +- packages/zimic/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ecc660ab..9c08954d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zimic-root", "description": "TypeScript-first, statically inferred HTTP mocks", - "version": "0.6.0-canary.2", + "version": "0.6.0-canary.3", "repository": { "type": "git", "url": "https://github.com/zimicjs/zimic.git" diff --git a/packages/zimic/package.json b/packages/zimic/package.json index ab997186..645f97fa 100644 --- a/packages/zimic/package.json +++ b/packages/zimic/package.json @@ -10,7 +10,7 @@ "mock", "static" ], - "version": "0.6.0-canary.2", + "version": "0.6.0-canary.3", "repository": { "type": "git", "url": "https://github.com/zimicjs/zimic.git",