From fc2f337a99430b52d9640b560cae42f1570fe5b7 Mon Sep 17 00:00:00 2001 From: Zhi Yin Date: Mon, 1 Jul 2019 22:56:58 -0400 Subject: [PATCH] 1.2.22 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55c90bf..da9ce6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.2.22](https://github.com/ZYinMD/sepia/compare/v1.2.21...v1.2.22) + +> 2 July 2019 + +- make default white color less white in cuttlefish [`1fa6c6d`](https://github.com/ZYinMD/sepia/commit/1fa6c6d38c99a720abff1e332d4deaf4b960a03f) + #### [v1.2.21](https://github.com/ZYinMD/sepia/compare/v1.2.20...v1.2.21) > 29 June 2019 diff --git a/package-lock.json b/package-lock.json index 92ca888..c96de20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sepia", - "version": "1.2.21", + "version": "1.2.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 94c9e2f..11a2a68 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sepia", "displayName": "Sepia Theme", "description": "Your eyes will thank you", - "version": "1.2.21", + "version": "1.2.22", "publisher": "ZYinMD", "repository": "https://github.com/ZYinMD/sepia", "icon": "images/icon.png",