From 6f46971592c01c6c3673f3b3ab3ba528fdde1663 Mon Sep 17 00:00:00 2001 From: Navin Date: Mon, 20 Jul 2020 03:21:59 +0530 Subject: [PATCH] chore(release): publish v0.1.2 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ lerna.json | 2 +- package.json | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5152a47..fd88715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.1.1...v0.1.2) (2020-07-19) + + +### 📚 Documentation + +* **readme:** ✏️ typo in readme change ([06d34d1](https://github.com/navin-moorthy/vscode-css-snippets/commit/06d34d151858bf40578356fcef397a4cc510ddc3)) + + +### ♻️ Chores + +* **changelog:** ✏️ fix changelog generated ([6781919](https://github.com/navin-moorthy/vscode-css-snippets/commit/6781919b97827c6ce7c3c5d0ea66735c5a8bfa6f)) +* **logo:** 🔧 move logo out of media to support vsce publish ([0567f1b](https://github.com/navin-moorthy/vscode-css-snippets/commit/0567f1b600ef78c7e05b56fa616940462641eb61)) +* **typo:** ✏️ issue url typo ([e70a650](https://github.com/navin-moorthy/vscode-css-snippets/commit/e70a650a8b9c4188369eb020dfe4f0111df5d867)) + + + + + +## [0.1.2](https://github.com/navin-moorthy/vscode-css-snippets/compare/v0.1.1...v0.1.2) (2020-07-19) + + +### 📚 Documentation + +* **readme:** ✏️ typo in readme change ([06d34d1](https://github.com/navin-moorthy/vscode-css-snippets/commit/06d34d151858bf40578356fcef397a4cc510ddc3)) + + +### ♻️ Chores + +* **changelog:** ✏️ fix changelog generated ([6781919](https://github.com/navin-moorthy/vscode-css-snippets/commit/6781919b97827c6ce7c3c5d0ea66735c5a8bfa6f)) +* **logo:** 🔧 move logo out of media to support vsce publish ([0567f1b](https://github.com/navin-moorthy/vscode-css-snippets/commit/0567f1b600ef78c7e05b56fa616940462641eb61)) +* **typo:** ✏️ issue url typo ([e70a650](https://github.com/navin-moorthy/vscode-css-snippets/commit/e70a650a8b9c4188369eb020dfe4f0111df5d867)) + + + + + ## 0.1.1 (2020-07-19) diff --git a/lerna.json b/lerna.json index 9a12f73..56e21e7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["."], - "version": "0.1.1", + "version": "0.1.2", "changelogPreset": "metahub", "npmClient": "yarn", "registry": "https://registry.npmjs.org/", diff --git a/package.json b/package.json index 3b0d231..6f8ab1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vscode-css-snippets", "displayName": "VSCode CSS Snippets", - "version": "0.1.1", + "version": "0.1.2", "description": "CSS Snippets for fast prototyping", "categories": [ "Snippets"