From 5d6ffba91ae667144065016211db5d0916bf8aad Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Fri, 24 Jul 2020 00:34:45 +0100 Subject: [PATCH] chore(release): 3.3.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c19a81ab..41dfaf567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.3.2](https://github.com/goblindegook/littlefoot/compare/v3.3.1...v3.3.2) (2020-07-23) + + +### Bug Fixes + +* **a11y:** improve button labeling ([#418](https://github.com/goblindegook/littlefoot/issues/418)) ([3f0bf04](https://github.com/goblindegook/littlefoot/commit/3f0bf04a5995e04d629920b9e2a8369e5fdfdec2)) + ### [3.3.1](https://github.com/goblindegook/littlefoot/compare/v3.3.0...v3.3.1) (2020-06-24) diff --git a/package.json b/package.json index 1e9294a32..1b8d465de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "littlefoot", "description": "Footnotes without the footprint.", - "version": "3.3.1", + "version": "3.3.2", "sideEffects": false, "license": "MIT", "repository": "goblindegook/littlefoot",