From 9642ad5d80984e65921494c1946afeaccaa0dddc Mon Sep 17 00:00:00 2001 From: mattmaniak <72657016+mattmaniak@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:27:24 +0200 Subject: [PATCH] Prepare repo for publishing --- .vscode/launch.json | 2 +- CHANGELOG.md | 11 ++++++----- package.json | 7 ++++++- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 0e191b5..f1afab5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -3,7 +3,7 @@ // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 { - "version": "0.2.0", + "version": "1.0.0", "configurations": [ { "name": "Extension", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd1408..15a2078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ -# Change Log +# Changelog -All notable changes to the "inkpot-gc-vsc" extension will be documented in this file. +All notable changes to the Inkpot GC VSC extension will be documented in this file. -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.0] -- Initial release +- Created an initial release. diff --git a/package.json b/package.json index 0591995..c5943c3 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,15 @@ "name": "inkpot-gc-vsc", "displayName": "Inkpot GC VSC", "description": "Gynvael Coldwind's inkpot_gc theme for GVim/Sublime ported to the VS Code.", - "version": "0.1.0", + "version": "1.0.0", "engines": { "vscode": "^1.86.0" }, + "repository": { + "type": "git", + "url": "https://github.com/mattmaniak/inkpot-gc-vsc.git" + }, + "publisher": "mattmaniak", "categories": [ "Themes" ],