diff --git a/CHANGELOG.md b/CHANGELOG.md index ab58658..a782cb8 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.1.0](https://github.com/accessibility-in-action/looseleaf/compare/1.0.1...1.1.0) (2021-03-02) + + +### Features + +* remove dark mode support to allow consumers to theme more comprehensively ([96ace5b](https://github.com/accessibility-in-action/looseleaf/commit/96ace5b968b451760a146dc7b4308a5c0a3073a6)) + ### [1.0.1](https://github.com/accessibility-in-action/looseleaf/compare/1.0.0...1.0.1) (2021-03-02) diff --git a/package-lock.json b/package-lock.json index ccb589a..4725394 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@accessibility-in-action/looseleaf", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9d01d93..d1796ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@accessibility-in-action/looseleaf", - "version": "1.0.1", + "version": "1.1.0", "description": "Sketchy CSS library for prototyping.", "main": "dist/style.min.css", "scripts": {