Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.1...v1.2.0) (2024-01-06)

### Features

* Added telemetry that obeys VSC telemetry settings ([a18d15b](a18d15b))
* Added tests to extension ([0ca5175](0ca5175))
  • Loading branch information
semantic-release-bot committed Jan 6, 2024
1 parent fb38d83 commit 293d659
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.2.0](https://github.com/michaeljolley/vscode-vs-outlining/compare/v1.1.1...v1.2.0) (2024-01-06)


### Features

* Added telemetry that obeys VSC telemetry settings ([a18d15b](https://github.com/michaeljolley/vscode-vs-outlining/commit/a18d15b5439d7afb1eddf2f004e9ea9173a2216a))
* Added tests to extension ([0ca5175](https://github.com/michaeljolley/vscode-vs-outlining/commit/0ca5175b6590dac778db329e720162ca158ea95d))

## [1.1.1](https://github.com/MichaelJolley/vscode-vs-outlining/compare/v1.1.0...v1.1.1) (2023-09-25)


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.

4 changes: 2 additions & 2 deletions 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": "Adds Visual Studio outlining capabilities to Visual Studio Code.",
"version": "1.1.1",
"version": "1.2.0",
"preview": false,
"publisher": "michaeljolley",
"license": "MIT",
Expand Down Expand Up @@ -148,4 +148,4 @@
"dependencies": {
"@vscode/extension-telemetry": "^0.9.2"
}
}
}

0 comments on commit 293d659

Please sign in to comment.