Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maksim77 committed Dec 10, 2021
1 parent 7526001 commit 7ef5b15
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2021-12-09
## [v0.2.0] - 2021-12-10
### Fixed
-Fix async work with repository state
## [v0.1.1] - 2021-12-09
### Added
- icon
## [0.1.0] - 2021-12-07
## [v0.1.0] - 2021-12-07
### Added
- Overwrite button in error message

## [0.0.3] - 2021-12-07
## [v0.0.3] - 2021-12-07
### Fixed
- Small fixes

## [0.0.2] - 2021-12-06
## [v0.0.2] - 2021-12-06
### Added
- README 😂
### Changed
- Rename `user` => `name` in settings options

## [0.0.1] - 2021-12-06
## [v0.0.1] - 2021-12-06
- Initial release
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "gitcheck",
"displayName": "Git User Check",
"description": "Checking the user's compliance with the repository",
"version": "0.1.1",
"version": "0.2.0",
"preview": false,
"engines": {
"vscode": "^1.62.0"
Expand Down

0 comments on commit 7ef5b15

Please sign in to comment.