From a77c401c2fb5fac8d90f033e073d1cbfeb138345 Mon Sep 17 00:00:00 2001 From: Luis Rodrigues Date: Tue, 23 Jun 2020 21:30:39 +0100 Subject: [PATCH] chore(release): 3.3.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e54106d7d..3d65d4dc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/goblindegook/littlefoot/compare/v3.2.5...v3.3.0) (2020-06-23) + + +### Features + +* aria-describedby attribute ([a9b31ce](https://github.com/goblindegook/littlefoot/commit/a9b31ce1251258f4483cf7e5afc9ddc4f65edc27)) + + +### Bug Fixes + +* accessibility issues ([#376](https://github.com/goblindegook/littlefoot/issues/376)) ([6d1841c](https://github.com/goblindegook/littlefoot/commit/6d1841c0c107fe4b3809f37f20ead4d367a90d99)) + ### [3.2.5](https://github.com/goblindegook/littlefoot/compare/v3.2.4...v3.2.5) (2020-05-20) diff --git a/package.json b/package.json index c80f3a9ff..f255374e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "littlefoot", "description": "Footnotes without the footprint.", - "version": "3.2.5", + "version": "3.3.0", "sideEffects": false, "license": "MIT", "repository": "goblindegook/littlefoot",