From 603bd86cf0b030ed5911b2daf9143a5f33c9908d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Oct 2021 05:36:18 +0000 Subject: [PATCH] chore(release): 4.2.6 [skip ci] ## [4.2.6](https://github.com/britannica/compendium/compare/v4.2.5...v4.2.6) (2021-10-20) ### Bug Fixes * **MENDEL-7978:** add `taparoo` dependency to prevent swipe on multi-touch ([87ab953](https://github.com/britannica/compendium/commit/87ab953361e86f46d6c2254f66eb09b022e97af6)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efbd9bb..33f2e30 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@britannica/compendium", - "version": "4.2.5", + "version": "4.2.6", "main": "./dist/cjs", "module": "./dist/es", "sideEffects": false,