From 2a69989d7896dcc6d6b9678db756db01f33a32fb Mon Sep 17 00:00:00 2001 From: Brad Date: Wed, 26 Oct 2022 12:34:15 +0000 Subject: [PATCH] bump version to 0.2.2 --- index.json | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/index.json b/index.json index 7b741ca..fe7227e 100644 --- a/index.json +++ b/index.json @@ -721,6 +721,25 @@ "ngtcp2": "0.8.1", "nghttp3": "0.7.0" }, + "18.12.0": { + "node": "18.12.0", + "v8": "10.2.154.15-node.12", + "uv": "1.43.0", + "zlib": "1.2.11", + "brotli": "1.0.9", + "ares": "1.18.1", + "modules": "108", + "nghttp2": "1.47.0", + "napi": "8", + "llhttp": "6.0.10", + "openssl": "3.0.5+quic", + "cldr": "41.0", + "icu": "71.1", + "tz": "2022b", + "unicode": "14.0", + "ngtcp2": "0.8.1", + "nghttp3": "0.7.0" + }, "19.0.0": { "node": "19.0.0", "v8": "10.7.193.13-node.16", diff --git a/package.json b/package.json index 703fe4b..3ae1a64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "process-versions", - "version": "0.2.1", + "version": "0.2.2", "main": "index.json", "repository": "https://github.com/baparham/process-versions.git", "author": "Brad Parham ",