From c44afa9b57d3e7b75fbfc7ad5dfdfdcbfa8cbe5a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Sep 2023 23:48:57 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-09-21) ### Bug Fixes * Adding npm caching ([d415cbc](https://github.com/michaeljolley/vscode-vs-outlining/commit/d415cbc0af8f46a8794d6aecf01ec0cf362e17ce)) * Adding pnpm caching to build process ([31047ab](https://github.com/michaeljolley/vscode-vs-outlining/commit/31047abcfafa7b72977e1185f91cb7b0a398f54e)) * Working on CI action ([dff18f5](https://github.com/michaeljolley/vscode-vs-outlining/commit/dff18f5899316543b2d50cd7949d250a33007478)) ### Features * Initial build and release ([f8f4cc2](https://github.com/michaeljolley/vscode-vs-outlining/commit/f8f4cc20882dd9ec3511081d4cf8dd029b7fee29)) --- CHANGELOG.md | 16 +++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb76095..a37e21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 1.0.0 (2023-09-21) + + +### Bug Fixes + +* Adding npm caching ([d415cbc](https://github.com/michaeljolley/vscode-vs-outlining/commit/d415cbc0af8f46a8794d6aecf01ec0cf362e17ce)) +* Adding pnpm caching to build process ([31047ab](https://github.com/michaeljolley/vscode-vs-outlining/commit/31047abcfafa7b72977e1185f91cb7b0a398f54e)) +* Working on CI action ([dff18f5](https://github.com/michaeljolley/vscode-vs-outlining/commit/dff18f5899316543b2d50cd7949d250a33007478)) + + +### Features + +* Initial build and release ([f8f4cc2](https://github.com/michaeljolley/vscode-vs-outlining/commit/f8f4cc20882dd9ec3511081d4cf8dd029b7fee29)) + # Change Log All notable changes to the "vscode-fold-it" extension will be documented in this file. @@ -6,4 +20,4 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## [Unreleased] -- Initial release \ No newline at end of file +- Initial release diff --git a/package-lock.json b/package-lock.json index cbeaec2..f3cdb75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-vs-outlining", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-vs-outlining", - "version": "0.0.1", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 670a4aa..5fc4a49 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-vs-outlining", "displayName": "Visual Studio Outlining", "description": "VS Code extension that adds Visual Studio outlining capabilities", - "version": "0.0.1", + "version": "1.0.0", "preview": false, "publisher": "michaeljolley", "license": "MIT",