From c08070c249ff168382587f5485b0c078bbc4ec61 Mon Sep 17 00:00:00 2001 From: Melanija Cvetic Date: Wed, 24 Sep 2025 10:48:20 +0100 Subject: [PATCH] 0.0.0-preview.4 --- Cargo.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6be8908..669766e 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.3" +version = "0.0.0-preview.4" [lib] crate-type = ["cdylib"] diff --git a/package.json b/package.json index 2cd1f44..ba797ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js-preview/atlas-local", - "version": "0.0.0-preview.3", + "version": "0.0.0-preview.4", "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": {