From a55c67dd77837524933e7930b7617172ce00993f Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Tue, 2 Mar 2021 12:45:13 -0400 Subject: [PATCH] chore(release): 1.0.1 --- 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 63d3bf9..ab58658 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. +### [1.0.1](https://github.com/accessibility-in-action/looseleaf/compare/1.0.0...1.0.1) (2021-03-02) + + +### Bug Fixes + +* improve the ability to override dark theme ([b77d10d](https://github.com/accessibility-in-action/looseleaf/commit/b77d10d166e2d7039e542ecf83c77f3816ca1bce)) + ## [1.0.0](https://github.com/accessibility-in-action/looseleaf/compare/1.0.0-alpha.6...1.0.0) (2021-02-12) diff --git a/package-lock.json b/package-lock.json index b8c2477..ccb589a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@accessibility-in-action/looseleaf", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a419e5d..9d01d93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@accessibility-in-action/looseleaf", - "version": "1.0.0", + "version": "1.0.1", "description": "Sketchy CSS library for prototyping.", "main": "dist/style.min.css", "scripts": {