From 50e29d69bbfbb2596fc3dc0a327c03e379b851b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 16:38:42 -0500 Subject: [PATCH] [RELEASE] - @dop/redoc-cli@1.0.0 (#13) --- cli/npm-shrinkwrap.json | 4 ++-- cli/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/npm-shrinkwrap.json b/cli/npm-shrinkwrap.json index 08af3a59..f1889a9d 100644 --- a/cli/npm-shrinkwrap.json +++ b/cli/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@dop/redoc-cli", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dop/redoc-cli", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@dop/redoc": "git+https://git@github.com/mongodb-forks/redoc.git#v1.0.0", diff --git a/cli/package.json b/cli/package.json index 50d97b8c..bb532885 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@dop/redoc-cli", - "version": "0.0.0", + "version": "1.0.0", "description": "ReDoc's Command Line Interface", "main": "index.js", "bin": "index.js",