Skip to content

Commit 8a802cb

Browse files
committed
Bumped version
1 parent 2b2d65d commit 8a802cb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this extension will be documented in this file.
44

5+
## [1.1.2] - 2024-04-02
6+
7+
The changes for this version is documented [here](https://github.com/dentolos19/git-wiki-editor/releases/tag/v1.1.2).
8+
59
## [1.1.1] - 2024-03-15
610

711
The changes for this version is documented [here](https://github.com/dentolos19/git-wiki-editor/releases/tag/v1.1.1).

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ To get started, go check out [the wiki](https://github.com/dentolos19/git-wiki-e
2323
### Roadmap
2424

2525
- [ ] Support GitLab, CodeBerg and Azure DevOps (need help)
26-
- [x] Has the ability to edit user's private repos' wiki
2726
- [ ] Designate special repositories (e.g. `dentolos19/dentolos19`) as a hub for the user's knowledgebase
2827

2928
## 🧑‍💻 Contributing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git-wiki-editor",
33
"displayName": "Git Wiki Editor",
44
"description": "An easy way to quickly edit wikis locally inside your editor!",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"icon": "public/icon.png",
77
"publisher": "dentolos19",
88
"repository": {

0 commit comments

Comments
 (0)