From 9832791642981d582d0f29c6d89dba2c879cc43d Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Wed, 21 Sep 2022 12:45:28 -0700 Subject: [PATCH] bump version to 2.0.2 in package.json in preparation for publishing Summary: The change to set `windowsHide: true` is not an API change, so bumping the minor-minor version seems appropriate. (Note: this ignores all push blocking failures!) Reviewed By: wez Differential Revision: D39701745 fbshipit-source-id: 7a984f5c4c278652fe9f02c50785f3b7c851419a --- third-party/watchman/src/watchman/node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/watchman/src/watchman/node/package.json b/third-party/watchman/src/watchman/node/package.json index 8dc7010156fda..23188e6b54360 100644 --- a/third-party/watchman/src/watchman/node/package.json +++ b/third-party/watchman/src/watchman/node/package.json @@ -1,6 +1,6 @@ { "name": "fb-watchman", - "version": "2.0.1", + "version": "2.0.2", "description": "Bindings for the Watchman file watching service", "main": "index.js", "repository": {