Skip to content

Commit

Permalink
Release 0.3.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
marlomgirardi committed Oct 8, 2022
1 parent 1f186c2 commit e7a7cdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
Starting at `v1.0.0` this project will follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). `v0.x` can be considered a beta version.

## Unreleased
-

## 0.3.0 - 2022-10-08
- Upgrade all dependencies
- Update icons to use [vscode-codicon](https://microsoft.github.io/vscode-codicons/dist/codicon.html).
- Replace `TextDocument` by `Tab` and `TabGroup`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "keep-context",
"displayName": "Keep Context",
"description": "Make context switch easy to be managed and tracked.",
"version": "0.2.0",
"version": "0.3.0",
"publisher": "marlom",
"icon": "images/keep-context.png",
"engines": {
Expand Down

0 comments on commit e7a7cdc

Please sign in to comment.