From 489b744286ec6cef9d16ce9ee868a40b1daf40c6 Mon Sep 17 00:00:00 2001 From: Abdelaziz Mokhnache Date: Sun, 9 Dec 2018 21:15:27 +0100 Subject: [PATCH] bump version to 0.3.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7fca6..d83fd68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to the "quasar-snippets" extension will be documented in thi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.3.0] - 2018-12-09 + +Adding Grouping Components + +### added + +- Grouping Components + ## [0.2.0] - 2018-10-28 Adding Navigation Components diff --git a/package.json b/package.json index dfdd5c3..eb31b34 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "quasar-snippets", "displayName": "Quasar Snippets", "description": "vscode snippets for quasar-framework ", - "version": "0.2.0", + "version": "0.3.0", "publisher": "abdelaziz18003", "repository": { "type": "git",