5 Commits

Author SHA1 Message Date
93ed637537 bump version 2021-12-09 16:09:17 +03:00
19d8a93f3f update changelog 2021-12-09 16:08:08 +03:00
d000c7b0ee add icon 2021-12-09 16:06:30 +03:00
6fd42bea39 small changelog fix formating 2021-12-07 19:01:53 +03:00
7d70129495 add new version to changelog 2021-12-07 19:01:27 +03:00
4 changed files with 12 additions and 3 deletions

View File

@@ -4,9 +4,17 @@ 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
### Added
- icon
## [0.1.0] - 2021-12-07
### Added
- Overwrite button in error message
## [0.0.3] - 2021-12-07 ## [0.0.3] - 2021-12-07
### Fixed ### Fixed
- Small fixes - Small fixes
## [0.0.2] - 2021-12-06 ## [0.0.2] - 2021-12-06
### Added ### Added
- README 😂 - README 😂

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "gitcheck", "name": "gitcheck",
"version": "0.1.0", "version": "0.1.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "gitcheck", "name": "gitcheck",
"version": "0.1.0", "version": "0.1.1",
"devDependencies": { "devDependencies": {
"@types/glob": "^7.1.4", "@types/glob": "^7.1.4",
"@types/mocha": "^9.0.0", "@types/mocha": "^9.0.0",

View File

@@ -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.0", "version": "0.1.1",
"preview": false, "preview": false,
"engines": { "engines": {
"vscode": "^1.62.0" "vscode": "^1.62.0"
@@ -19,6 +19,7 @@
"type": "git", "type": "git",
"url": "https://github.com/maksim77/gitcheck.git" "url": "https://github.com/maksim77/gitcheck.git"
}, },
"icon": "media/folder-green-git-icon.png",
"activationEvents": [ "activationEvents": [
"workspaceContains:.git/" "workspaceContains:.git/"
], ],