From b82930e466cac66e9b591c6b1d42a05597f2b877 Mon Sep 17 00:00:00 2001 From: Luke Sanderson Date: Fri, 12 Sep 2025 10:49:29 +0100 Subject: [PATCH] 0.0.0-preview.3 --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3372aca..0da75ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["APIx DevTools team"] edition = "2021" name = "atlas_local" -version = "0.0.0-preview.2" +version = "0.0.0-preview.3" [lib] crate-type = ["cdylib"] diff --git a/package.json b/package.json index cc66849..3e1b180 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js-preview/atlas-local", - "version": "0.0.0-preview.2", + "version": "0.0.0-preview.3", "description": "A Node.js library for managing MongoDB Atlas Local deployments using Docker. This library provides a high-level JavaScript/TypeScript interface to interact with MongoDB Atlas Local deployments, making it easy to develop and test applications against a local MongoDB Atlas environment.", "main": "index.js", "repository": {