From ac7d892de08eb4f831a914de9e3de1075a214c9c Mon Sep 17 00:00:00 2001 From: Dennise Catolos Date: Tue, 5 Mar 2024 13:03:38 +0800 Subject: [PATCH] Bumped version --- CHANGELOG.md | 6 ++---- README.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9702ac8..d27c787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,9 @@ All notable changes to this extension will be documented in this file. -## [Unreleased] +## [1.1.0] - 2024-03-05 -- Added GitHub authentication -- Added categories for commands -- Changed visuals of quick pick menu (e.g. opening wiki, choosing mode of commit) +The changes for this version is documented [here](https://github.com/dentolos19/git-wiki-editor/releases/tag/v1.1.0). ## [1.0.0] - 2024-03-04 diff --git a/README.md b/README.md index 0e341dc..d101512 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ An easy way to quickly edit wikis locally inside your editor! -**What is my rationale of making this extension?** I want to edit my projects' wiki quickly and easily right inside my editor just by running commands instead of typing commands manually inside the terminal. There wasn't any specialized extensions for editing GitHub wikis and extensions like [Remote Repositories](https://marketplace.visualstudio.com/items?itemName=ms-vscode.remote-repositories) doesn't allow you to remotely access them as well. +**What is my rationale of making this extension?** I want to edit my projects' wiki quickly and easily right inside my editor just by running commands instead of typing commands manually inside the terminal. There wasn't any specialized extensions for editing GitHub wikis and extensions like [Remote Repositories](https://marketplace.visualstudio.com/items?itemName=ms-vscode.remote-repositories) doesn't allow you to remotely access them as well. So, why not make my own extension? I thought it would be fun learning something new. 😎 ## ⚒️ Usage diff --git a/package.json b/package.json index 6eb3a58..4316732 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "git-wiki-editor", "displayName": "Git Wiki Editor", "description": "An easy way to quickly edit wikis locally inside your editor!", - "version": "1.0.0", + "version": "1.1.0", "icon": "public/icon.png", "publisher": "dentolos19", "repository": {