bump version
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -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/),
|
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).
|
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
|
### Added
|
||||||
- icon
|
- icon
|
||||||
## [0.1.0] - 2021-12-07
|
## [v0.1.0] - 2021-12-07
|
||||||
### Added
|
### Added
|
||||||
- Overwrite button in error message
|
- Overwrite button in error message
|
||||||
|
|
||||||
## [0.0.3] - 2021-12-07
|
## [v0.0.3] - 2021-12-07
|
||||||
### Fixed
|
### Fixed
|
||||||
- Small fixes
|
- Small fixes
|
||||||
|
|
||||||
## [0.0.2] - 2021-12-06
|
## [v0.0.2] - 2021-12-06
|
||||||
### Added
|
### Added
|
||||||
- README 😂
|
- README 😂
|
||||||
### Changed
|
### Changed
|
||||||
- Rename `user` => `name` in settings options
|
- Rename `user` => `name` in settings options
|
||||||
|
|
||||||
## [0.0.1] - 2021-12-06
|
## [v0.0.1] - 2021-12-06
|
||||||
- Initial release
|
- Initial release
|
||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "gitcheck",
|
"name": "gitcheck",
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "gitcheck",
|
"name": "gitcheck",
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/glob": "^7.1.4",
|
"@types/glob": "^7.1.4",
|
||||||
"@types/mocha": "^9.0.0",
|
"@types/mocha": "^9.0.0",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "gitcheck",
|
"name": "gitcheck",
|
||||||
"displayName": "Git User Check",
|
"displayName": "Git User Check",
|
||||||
"description": "Checking the user's compliance with the repository",
|
"description": "Checking the user's compliance with the repository",
|
||||||
"version": "0.1.1",
|
"version": "0.2.0",
|
||||||
"preview": false,
|
"preview": false,
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.62.0"
|
"vscode": "^1.62.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user