chore: bump version

This commit is contained in:
IJustDev 2020-12-26 19:42:13 +01:00
parent 8931cac733
commit 290acb15f2
2 changed files with 9 additions and 3 deletions

View File

@ -68,11 +68,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
### Added: ### Added:
- Emojis in treeview - Emojis in treeview
## [Unreleased] ## [1.0.1] - 2020-08-02
- Rework code base ### Added:
- Port settings
## [1.2.0] - 2020-12-26
### Added:
- feat: [#21][21]: introduce baseURL for Gitea instances. - feat: [#21][21]: introduce baseURL for Gitea instances.
## [Unreleased]
[1]: https://github.com/IJustDev/Gitea-VSCode/issues/1 [1]: https://github.com/IJustDev/Gitea-VSCode/issues/1
[2]: https://github.com/IJustDev/Gitea-VSCode/issues/2 [2]: https://github.com/IJustDev/Gitea-VSCode/issues/2
[21]: https://github.com/IJustDev/Gitea-VSCode/issues/21 [21]: https://github.com/IJustDev/Gitea-VSCode/issues/21

View File

@ -3,7 +3,7 @@
"displayName": "Gitea-VSCode", "displayName": "Gitea-VSCode",
"description": "Gitea Issue Tracker for vs-code", "description": "Gitea Issue Tracker for vs-code",
"publisher": "IJustDev", "publisher": "IJustDev",
"version": "1.1.0", "version": "1.2.0",
"engines": { "engines": {
"vscode": "^1.32.0" "vscode": "^1.32.0"
}, },