From 11a3cc3d2bec3a6a3416aad157c981bc6c534355 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 20:39:51 +0000 Subject: [PATCH] chore: release 1.17.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e643c6db13..7c7faefabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.17.4](https://www.github.com/blinkk/degu/compare/v1.17.3...v1.17.4) (2021-10-13) + + +### Bug Fixes + +* unsetFocusableElementsToTabIndex coverage ([f3342f5](https://www.github.com/blinkk/degu/commit/f3342f538f4257a3126d33b4c765d95315257847)) + ### [1.17.3](https://www.github.com/blinkk/degu/compare/v1.17.2...v1.17.3) (2021-09-26) diff --git a/package-lock.json b/package-lock.json index 589996d7c7..df0291fe0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@blinkk/degu", - "version": "1.17.3", + "version": "1.17.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f33618ca0a..9d1384232e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blinkk/degu", - "version": "1.17.3", + "version": "1.17.4", "description": "A general utility library for interactive websites, with a focus on performance.", "author": "Blinkk ", "main": "lib/index.js",