Skip to content

Commit

Permalink
Prepare repo for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmaniak committed Jun 4, 2024
1 parent 6157f24 commit 9642ad5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
],
Expand Down

0 comments on commit 9642ad5

Please sign in to comment.