Skip to content

Commit

Permalink
chore(release): 1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.1](v1.0.0...v1.0.1) (2022-08-05)

### Bug Fixes

* **explorer/help:** update VS Code documentation link ([#1022](#1022)) ([4514f6c](4514f6c))
* **updates:** output error to output channel and allow viewing it ([99d86d8](99d86d8))
  • Loading branch information
semantic-release-bot committed Aug 5, 2022
1 parent aa3ff0f commit c5e9b5e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.1](https://github.com/tidev/vscode-titanium/compare/v1.0.0...v1.0.1) (2022-08-05)


### Bug Fixes

* **explorer/help:** update VS Code documentation link ([#1022](https://github.com/tidev/vscode-titanium/issues/1022)) ([4514f6c](https://github.com/tidev/vscode-titanium/commit/4514f6cc831bc77d6a9ba5a4526bdbd6af9db518))
* **updates:** output error to output channel and allow viewing it ([99d86d8](https://github.com/tidev/vscode-titanium/commit/99d86d86bd170381d5fb1947341e5f06441a9bdb))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
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
@@ -1,6 +1,6 @@
{
"name": "titanium-sdk",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Titanium",
"description": "Intellisense, snippets, and integrated build tools for Titanium",
"icon": "images/logo-titanium.png",
Expand Down

0 comments on commit c5e9b5e

Please sign in to comment.