From abe866915bd7692100cfb8f2f48b08c4d8c78005 Mon Sep 17 00:00:00 2001 From: Zhi Yin Date: Sun, 23 Dec 2018 00:49:05 -0500 Subject: [PATCH] 1.2.3 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3810d1..7ebf39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.3](https://github.com/ZYinMD/sepia/compare/v1.2.2...v1.2.3) + +> 23 December 2018 + +- modify git gutter color for sepia [`8d06a03`](https://github.com/ZYinMD/sepia/commit/8d06a0323e6055308b0adbf86793d438495da8f8) +- darker inactive tab in cuttlefish theme [`ebee5a9`](https://github.com/ZYinMD/sepia/commit/ebee5a9ae3f9cfb8a026fc4bd166f6a1d54787c3) +- better squigglies for cuttlefish [`37c57ea`](https://github.com/ZYinMD/sepia/commit/37c57ea765b673409d092f2a58bef60c8c1b13c7) +- minor change to error handling in visualize.js [`02a8622`](https://github.com/ZYinMD/sepia/commit/02a8622b78bfc136edb8ee0380d67e1e45298511) +- modify git gutter color for cuttlefish [`e20b82b`](https://github.com/ZYinMD/sepia/commit/e20b82bbf0ac8678086ad9b0f81400bdc9fc1115) +- better activityBar inactive icon and line number color for cuttlefish [`613f97b`](https://github.com/ZYinMD/sepia/commit/613f97ba8b02812c2a8debd3f75c1ddfc8a1231a) +- make black blacker in sepia theme [`b58414d`](https://github.com/ZYinMD/sepia/commit/b58414d9c086c859a482c2cb312be4688215c6f6) + #### [v1.2.2](https://github.com/ZYinMD/sepia/compare/v1.2.1...v1.2.2) > 22 December 2018 diff --git a/package-lock.json b/package-lock.json index 3242623..44efb88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sepia", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6f22175..7a58145 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.2", + "version": "1.2.3", "publisher": "ZYinMD", "repository": "https://github.com/ZYinMD/sepia", "icon": "icon.png",