From 72a934b72dff5138b35deb63b58230e4a5b713e3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Sep 2023 17:42:47 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/MichaelJolley/vscode-vs-outlining/compare/v1.1.0...v1.1.1) (2023-09-25) ### Bug Fixes * dang casing in repo name ([b7ac412](https://github.com/MichaelJolley/vscode-vs-outlining/commit/b7ac41250721dbee9e1e2003aa476f0ef6162f27)) ### Performance Improvements * Collapses C#, ruby, TS, and JS moar better ([a5a7760](https://github.com/MichaelJolley/vscode-vs-outlining/commit/a5a7760841ff4df7681149392a9dc6a75d4989cf)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a10abd0..8a9da72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [1.1.1](https://github.com/MichaelJolley/vscode-vs-outlining/compare/v1.1.0...v1.1.1) (2023-09-25) + + +### Bug Fixes + +* dang casing in repo name ([b7ac412](https://github.com/MichaelJolley/vscode-vs-outlining/commit/b7ac41250721dbee9e1e2003aa476f0ef6162f27)) + + +### Performance Improvements + +* Collapses C#, ruby, TS, and JS moar better ([a5a7760](https://github.com/MichaelJolley/vscode-vs-outlining/commit/a5a7760841ff4df7681149392a9dc6a75d4989cf)) + # [1.1.0](https://github.com/michaeljolley/vscode-vs-outlining/compare/v1.0.1...v1.1.0) (2023-09-23) diff --git a/package-lock.json b/package-lock.json index 6a4394a..f06d0f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-vs-outlining", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-vs-outlining", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^6.0.3", diff --git a/package.json b/package.json index 92bb5f1..e7eabe2 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": "1.1.0", + "version": "1.1.1", "preview": false, "publisher": "michaeljolley", "license": "MIT",