From 84dd5e4a49b048cfdea338c14cbbd79c5d35137d Mon Sep 17 00:00:00 2001 From: Zhi Yin Date: Tue, 19 Feb 2019 12:15:33 -0500 Subject: [PATCH] 1.2.15 --- CHANGELOG.md | 18 ++++++++++++++++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68b359b..64b3d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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.15](https://github.com/ZYinMD/sepia/compare/v1.2.14...v1.2.15) + +> 19 February 2019 + +- remove auto-changelog from dev-dependencies [`5ef2c29`](https://github.com/ZYinMD/sepia/commit/5ef2c29d84ba5d1a6133970a7f1d5e0d42ebf88b) + +#### [v1.2.14](https://github.com/ZYinMD/sepia/compare/v1.2.13...v1.2.14) + +> 19 February 2019 + +- this extension should be compatible with lower version of VSCode [`39aa11e`](https://github.com/ZYinMD/sepia/commit/39aa11edacd11172dd29059f80a11a3bd1a02020) +- add npm script to open pelette in browser [`0415255`](https://github.com/ZYinMD/sepia/commit/0415255b89e37a9de20ab6c48a194c0ff989e87b) +- rename "visualize" to "implement" [`d66cef0`](https://github.com/ZYinMD/sepia/commit/d66cef062c236c0a31ab6d02301d19fb6392b331) + #### [v1.2.13](https://github.com/ZYinMD/sepia/compare/v1.2.12...v1.2.13) > 9 February 2019 @@ -308,6 +322,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 24 November 2018 -- add icon [`f1aeef0`](https://github.com/ZYinMD/sepia/commit/f1aeef078d7a207946ad91f154dc0a791a332fda) -- change display name from "Sepia" to "Sepia Theme" [`6459641`](https://github.com/ZYinMD/sepia/commit/6459641b2c074d0b8e6b119910e922b7483e4437) - before vsce publish [`d406326`](https://github.com/ZYinMD/sepia/commit/d40632680a6e60443c2b0f5e20c4e965780d35b6) +- change display name from "Sepia" to "Sepia Theme" [`6459641`](https://github.com/ZYinMD/sepia/commit/6459641b2c074d0b8e6b119910e922b7483e4437) +- add icon [`f1aeef0`](https://github.com/ZYinMD/sepia/commit/f1aeef078d7a207946ad91f154dc0a791a332fda) diff --git a/package-lock.json b/package-lock.json index b6b99a3..3d32455 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sepia", - "version": "1.2.14", + "version": "1.2.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 82701a5..9d8db3f 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.14", + "version": "1.2.15", "publisher": "ZYinMD", "repository": "https://github.com/ZYinMD/sepia", "icon": "images/icon.png",