From 856333eb4c8bc0d0c33734bd4a0470e2afc85265 Mon Sep 17 00:00:00 2001 From: Diego Aquino Date: Sat, 17 Feb 2024 21:49:39 -0300 Subject: [PATCH] chore(release): upgrade version to v0.2.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 6ea5cb219..3ea5cdd8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zimic-root", "description": "TypeScript-first, statically inferred HTTP mocks", - "version": "0.2.0-canary.2", + "version": "0.2.0-canary.3", "repository": { "type": "git", "url": "https://github.com/diego-aquino/zimic.git" diff --git a/packages/zimic/package.json b/packages/zimic/package.json index 8de5c6718..610d9a7e1 100644 --- a/packages/zimic/package.json +++ b/packages/zimic/package.json @@ -10,7 +10,7 @@ "mock", "static" ], - "version": "0.2.0-canary.2", + "version": "0.2.0-canary.3", "repository": { "type": "git", "url": "https://github.com/diego-aquino/zimic.git",