Skip to content

Commit c508016

Browse files
chore(version): 1.0.3
1 parent 46264ff commit c508016

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.0.3](https://github.com/robertohuertasm/vscode-open/compare/v1.0.0...v1.0.3) (2022-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **badge:** minor typo in version badge ([a908688](https://github.com/robertohuertasm/vscode-open/commit/a9086886c7e5b51013d8f5e6f1de31161db31e18))
7+
* **badges:** fixed urls ([abb0b74](https://github.com/robertohuertasm/vscode-open/commit/abb0b740923543db1a4fdd19037ca70b90d52f9c))
8+
* **name:** extension name was wrong ([6254ddc](https://github.com/robertohuertasm/vscode-open/commit/6254ddc15a061ac0ce772a64f8d37455236cff4c))
9+
* **opener:** check if repo ([46264ff](https://github.com/robertohuertasm/vscode-open/commit/46264ff40e1a82d5f7ef7f07c458b9eb4a90ec88)), closes [#1](https://github.com/robertohuertasm/vscode-open/issues/1)
10+
* **readme:** fix images ([263e7b0](https://github.com/robertohuertasm/vscode-open/commit/263e7b090a6bdb116c853d3f371863afb670cf30))
11+
12+
13+
114
## [1.0.2](https://github.com/robertohuertasm/vscode-open/compare/v1.0.0...v1.0.2) (2022-11-05)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "open-vscode",
33
"displayName": "vscode-open",
44
"description": "Open Visual Studio Code with a URL",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"publisher": "robertohuertasm",
77
"license": "MIT",
88
"author": {

0 commit comments

Comments
 (0)