From 09c86b9e63293574b74a60fd4820ab804eb4249a Mon Sep 17 00:00:00 2001 From: Taha Basri Date: Tue, 17 May 2022 23:56:56 +0100 Subject: [PATCH] Release 2.2.0 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++---- README.md | 45 +-------------------------------------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 45 insertions(+), 51 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c722176..f3cee75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,51 @@ # Change Log -## Version 1.1.1 +### 2.2.0 + +- [[#37](https://github.com/tahabasri/snippets/pull/37)] Add feature to Import/Export Snippets. +- [[#43](https://github.com/tahabasri/snippets/pull/43)] Customize suggestions trigger key. +- [[#44](https://github.com/tahabasri/snippets/pull/44)] Show confirmation alert before removing snippet/folder. + +### 2.1.1 + +- Update vulnerable dependencies. + +### 2.1.0 + +- Provide snippets as suggestions via IntelliSense or by typing character '`>`'. +- Update vulnerable dependencies. + +### 2.0.2 + +- Provide safer logic when dealing with restore process. +- Rename backup instead of deleting it. + +### 2.0.0 + +- Use `globalState` as default snippets location. No more files in filesystem ! +- Enable sync using VSCode API. +- Polish the usability of option `snippets.useWorkspaceFolder`. +- Refresh snippets across multiple open workspaces in more efficient way. +- Add GitHub Actions to automate Code Analysis. + +### 1.2.1 + +- Fix typos in code + ESLint warnings. + +### 1.2.0 + +- Set workspace specific snippets and allows snippets to sync via git with your `.vscode` folder. + +### 1.1.1 + - [[#18](https://github.com/tahabasri/snippets/pull/18)] Make default snippets path available after fresh installation. -## Version 1.1.0 +### 1.1.0 - [[#16](https://github.com/tahabasri/snippets/pull/16)] Sync snippets across open workspaces. - [[#8](https://github.com/tahabasri/snippets/pull/8)] Enable/disable snippets syntax resolving. - [[#14](https://github.com/tahabasri/snippets/pull/14)] Change default snippets location using settings property `snippets.snippetsLocation`. -## Version 1.0.0 +### 1.0.0 -- Initial release. \ No newline at end of file +Initial release of the extension. \ No newline at end of file diff --git a/README.md b/README.md index 9fc3144..9a6966c 100644 --- a/README.md +++ b/README.md @@ -126,52 +126,9 @@ We recommend **upgrading to version 2+** to fix such issues. Permissions issue - ## Release Notes -### 2.1.1 - -- Update vulnerable dependencies. - -### 2.1.0 - -- Provide snippets as suggestions via IntelliSense or by typing character '`>`'. -- Update vulnerable dependencies. - -### 2.0.2 - -- Provide safer logic when dealing with restore process. -- Rename backup instead of deleting it. - -### 2.0.0 - -- Use `globalState` as default snippets location. No more files in filesystem ! -- Enable sync using VSCode API. -- Polish the usability of option `snippets.useWorkspaceFolder`. -- Refresh snippets across multiple open workspaces in more efficient way. -- Add GitHub Actions to automate Code Analysis. - -### 1.2.1 - -- Fix typos in code + ESLint warnings. - -### 1.2.0 - -- Set workspace specific snippets and allows snippets to sync via git with your `.vscode` folder. - -### 1.1.1 - -- Make default snippets path available after fresh installation. - -### 1.1.0 - -- Sync snippets across open workspaces. -- Enable/disable snippets syntax resolving. -- Change default snippets location using settings property `snippets.snippetsLocation`. - -### 1.0.0 - -Initial release of the extension. +Check [CHANGELOG.md](CHANGELOG.md) for full release notes. ## Feedback diff --git a/package-lock.json b/package-lock.json index c80a29c..ae17553 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "snippets", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "snippets", - "version": "2.1.1", + "version": "2.2.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@types/mustache": "^4.0.1", diff --git a/package.json b/package.json index c4ad917..dfbda3d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Snippets", "description": "Manage your code snippets without quitting your editor.", "version": "2.2.0", - "preview": true, + "preview": false, "license": "SEE LICENSE IN LICENSE.txt", "publisher": "tahabasri", "author": {