From 3a44da034cdc813588347c3d80eae7f5ad9f0897 Mon Sep 17 00:00:00 2001 From: noahtalerman <47070608+noahtalerman@users.noreply.github.com> Date: Thu, 10 Dec 2020 16:09:25 -0800 Subject: [PATCH] Update fleetctl version number. Fix spelling error in changelog. (#122) --- CHANGELOG.md | 2 +- tools/fleetctl-npm/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f87e9b88..f857e2f1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * Add documentation for the authentication Fleet REST API endpoints. -* Add FAQ answers about the stress test results for Fleet, configuraing labels, and resetting auth tokens. +* Add FAQ answers about the stress test results for Fleet, configuring labels, and resetting auth tokens. * Fixed a performance issue users encountered when multiple hosts shared the same UUID by adding a one minute cooldown. diff --git a/tools/fleetctl-npm/package.json b/tools/fleetctl-npm/package.json index a720c199e3..04a2299783 100644 --- a/tools/fleetctl-npm/package.json +++ b/tools/fleetctl-npm/package.json @@ -1,6 +1,6 @@ { "name": "osquery-fleetctl", - "version": "3.4.0", + "version": "3.5.0", "description": "Installer for the fleetctl CLI tool", "main": "binary.js", "bin": {