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",