diff --git a/CHANGELOG.md b/CHANGELOG.md index de4da9c..e9cd435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this extension will be documented in this file. +## [1.1.2] - 2024-04-02 + +The changes for this version is documented [here](https://github.com/dentolos19/git-wiki-editor/releases/tag/v1.1.2). + ## [1.1.1] - 2024-03-15 The changes for this version is documented [here](https://github.com/dentolos19/git-wiki-editor/releases/tag/v1.1.1). diff --git a/README.md b/README.md index 737aa0a..c9441c0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ To get started, go check out [the wiki](https://github.com/dentolos19/git-wiki-e ### Roadmap - [ ] Support GitLab, CodeBerg and Azure DevOps (need help) -- [x] Has the ability to edit user's private repos' wiki - [ ] Designate special repositories (e.g. `dentolos19/dentolos19`) as a hub for the user's knowledgebase ## 🧑‍💻 Contributing diff --git a/package.json b/package.json index 9202477..8522be2 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.1.1", + "version": "1.1.2", "icon": "public/icon.png", "publisher": "dentolos19", "repository": {