Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2023-09-25)

### Bug Fixes

* dang casing in repo name ([b7ac412](b7ac412))

### Performance Improvements

* Collapses C#, ruby, TS, and JS moar better ([a5a7760](a5a7760))
  • Loading branch information
semantic-release-bot committed Sep 25, 2023
1 parent b7ac412 commit 72a934b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 72a934b

Please sign in to comment.