From 1f1aa2814992381673552a35945b7ed321609b55 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Wed, 25 Jul 2018 06:36:13 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Autolog=20position?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- CHANGELOG.md | 20 +++++++++++++++++--- package.json | 4 ++-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 23fd35f..9792498 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "editor.formatOnSave": true + "editor.formatOnSave": false } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d2eff..186baff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,13 +12,27 @@ All notable changes in this project's [released versions](https://github.com/ahm
-### [1.32.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/1.32.0...1.32.0) RELEASE +### [1.33.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/1.33.0...1.33.0) RELEASE -- 📖 DOC: Update the changelog [`f2eb42e`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/f2eb42e65ffa2d92c68ee7c9efe74f8c205f4fff) +
+ +![hr](https://on.ahmda.ws/t6N5/c) + +
+ +### [1.32.0](https://github.com/ahmadawais/shades-of-purple-vscode/compare/1.31.0...1.32.0) RELEASE + +- 📖 DOC: Update the changelog [`0507e09`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/0507e09abe6ffa15dd45bb0c9eabc7841f5f1911) + +![img](https://on.ahmda.ws/t77b/c) + +- 👌 IMPROVE: No verbose log [`e30a147`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/e30a147eec40056e432c4b5dd3b3b89b982f7085) +- 👌 IMPROVE: No images [`8364353`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/8364353b1a0f34ecfcfe67f036673051563135d0) ![img](https://on.ahmda.ws/t5Xs/c) -- 🐛 FIX: Changelog [`4eaca1a`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/4eaca1a07c97d6ef85d4133c9a65b22558d995f0) +- 🐛 FIX: Remove wrong credits [`48a31e5`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/48a31e5947fb97773a6dac8c9c730db0be53433a) +- 🐛 FIX: npm ignore [`52d723b`](https://github.com/ahmadawais/shades-of-purple-vscode/commit/52d723b8437d89c4e40b826672465a6bd948851a)
diff --git a/package.json b/package.json index 53416d1..218cefa 100644 --- a/package.json +++ b/package.json @@ -43,13 +43,13 @@ "scripts": { "start": "nodemon --exec vsce package", "log": "auto-changelog && git add . && git ci -m ' 📖 DOC: Update the changelog' && git push", - "release": "auto-changelog && git add . && git ci -m ' 📖 DOC: Update the changelog' && git push && release-it && npx vsce publish", + "release": "release-it && auto-changelog && git add . && git ci -m ' 📖 DOC: Update the changelog' && git push && npx vsce publish", "release-dry": "release-it --dry-run" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "clTemplate.hbs", - "unreleased": true, + "unreleased": false, "commitLimit": false, "package": true }