diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d1f4ae3d601188912e5110dcd1406714a8bbad..f8899534f5a2d9b18cab62229d90c02dc917bb91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [1.9.1] - 2019-01-18 + +### Fixed +- [#28](https://gitlab.com/fatihacet/gitlab-vscode-extension/issues/28) Creating a snippet doesn't work when only 2 lines selected + - Fixed by by [@joshanne](https://gitlab.com/joshanne) with [MR !30](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/30) 👍 + + ## [1.9.0] - 2019-01-17 ### Added @@ -38,7 +45,7 @@ ## [1.5.1] - 2018-11-28 ### Fixed - View in GitLab button in the pipeline updated notification was not visible - - Implemented by [@Clapfire](https://gitlab.com/Clapfire) with [MR !24](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/24) 👍 + - Fixed by [@Clapfire](https://gitlab.com/Clapfire) with [MR !24](https://gitlab.com/fatihacet/gitlab-vscode-extension/merge_requests/24) 👍 ## [1.5.0] - 2018-11-08 diff --git a/README.md b/README.md index a15934708631210cfa890427a6c1402c6bf07b9e..6a2a90574f0ceb952b61200a7d873606cfe626a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [GitLab VSCode Extension](https://gitlab.com/fatihacet/gitlab-vscode-extension) -[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/fatihacet.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) [![Installs](https://vsmarketplacebadge.apphb.com/installs/fatihacet.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) [![Rating](https://vsmarketplacebadge.apphb.com/rating/fatihacet.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) +[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/fatihacet.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) [![Installs](https://vsmarketplacebadge.apphb.com/installs/fatihacet.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) [![Downloads](https://vsmarketplacebadge.apphb.com/downloads/fatihacet.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) [![Rating](https://vsmarketplacebadge.apphb.com/rating/fatihacet.gitlab-workflow.svg)](https://marketplace.visualstudio.com/items?itemName=fatihacet.gitlab-workflow) This extension integrates GitLab to VSCode by adding a new GitLab sidebar where you can find issues and merge requests created by you or assigned to you. It also extends VSCode command palette and status bar to provide more information about your project. diff --git a/package.json b/package.json index 633afb748e1c79111f1cc318e5a7e6952b1c95fc..7fc966691c9e7443f12130fa598865e54a461a50 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitlab-workflow", "displayName": "GitLab Workflow", "description": "GitLab VSCode integration", - "version": "1.9.0", + "version": "1.9.1", "publisher": "fatihacet", "license": "MIT", "repository": {