diff --git a/.changeset/kind-rocks-work.md b/.changeset/kind-rocks-work.md deleted file mode 100644 index 92592d6..0000000 --- a/.changeset/kind-rocks-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperse/vscode-extension-starter": patch ---- - -initialize projects diff --git a/.netrc b/.netrc new file mode 100644 index 0000000..899eae2 --- /dev/null +++ b/.netrc @@ -0,0 +1,3 @@ +machine github.com +login github-actions[bot] +password ghs_MVpvx3Yrn1TdNGQ5jzLQByjtROKjS03aiPbf \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c459a63..1844ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.0.2 + +### Patch Changes + +- [`40cc859`](https://github.com/hyperse-io/vscode-extension-starter/commit/40cc859c93ee4c819ea14c68648b9c3df9e189a8) Thanks [@tianyingchun](https://github.com/tianyingchun)! - initialize projects + All notable changes to the "vscode-hyperse" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. diff --git a/package.json b/package.json index 776afbd..c641199 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hyperse/vscode-extension-starter", "displayName": "vscode-extension-starter", - "version": "0.0.1", + "version": "0.0.2", "description": "", "categories": [ "Other"