diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad7efe..34cd214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,11 @@ 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.0.2] - 2021-12-06 + +## [0.0.3] - 2021-12-07 +### Fixed +- Small fixes +## [0.0.2] - 2021-12-06 ### Added - README 😂 ### Changed diff --git a/package-lock.json b/package-lock.json index 202e1d7..c327ed6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gitcheck", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gitcheck", - "version": "0.0.2", + "version": "0.0.3", "devDependencies": { "@types/glob": "^7.1.4", "@types/mocha": "^9.0.0", diff --git a/package.json b/package.json index fbd2592..388933a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gitcheck", "displayName": "Git User Check", "description": "Checking the user's compliance with the repository", - "version": "0.0.2", + "version": "0.0.3", "preview": true, "engines": { "vscode": "^1.62.0"