Skip to content

Commit 6325df7

Browse files
chore(version): 1.1.1
1 parent 465ea87 commit 6325df7

File tree

1 file changed

+19
-33
lines changed

1 file changed

+19
-33
lines changed

CHANGELOG.md

Lines changed: 19 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,51 @@
1-
# [1.1.0](https://github.com/robertohuertasm/vscode-open/compare/v1.0.5...v1.1.0) (2022-11-08)
2-
1+
## [1.1.1](https://github.com/robertohuertasm/vscode-open/compare/v1.1.0...v1.1.1) (2022-11-12)
32

4-
### Features
3+
- Added [Chrome Extension link](https://chrome.google.com/webstore/detail/open-in-vscode/fkjhdnadpbngmnkkbhecoblhmelbcnjp) to the readme.
54

6-
* **remote:** support for remote ([#12](https://github.com/robertohuertasm/vscode-open/issues/12)) ([149acc2](https://github.com/robertohuertasm/vscode-open/commit/149acc2fc1558afe0aaafe80ba27f36c2b59bf7f)), closes [#7](https://github.com/robertohuertasm/vscode-open/issues/7)
5+
# [1.1.0](https://github.com/robertohuertasm/vscode-open/compare/v1.0.5...v1.1.0) (2022-11-08)
76

7+
### Features
88

9+
- **remote:** support for remote ([#12](https://github.com/robertohuertasm/vscode-open/issues/12)) ([149acc2](https://github.com/robertohuertasm/vscode-open/commit/149acc2fc1558afe0aaafe80ba27f36c2b59bf7f)), closes [#7](https://github.com/robertohuertasm/vscode-open/issues/7)
910

1011
## [1.0.5](https://github.com/robertohuertasm/vscode-open/compare/v1.0.4...v1.0.5) (2022-11-06)
1112

12-
1313
### Bug Fixes
1414

15-
* **opener:** don't show clone option if not available ([#9](https://github.com/robertohuertasm/vscode-open/issues/9)) ([67928be](https://github.com/robertohuertasm/vscode-open/commit/67928be35eefc856cc690dbe34da639890f94a0f))
16-
17-
15+
- **opener:** don't show clone option if not available ([#9](https://github.com/robertohuertasm/vscode-open/issues/9)) ([67928be](https://github.com/robertohuertasm/vscode-open/commit/67928be35eefc856cc690dbe34da639890f94a0f))
1816

1917
## [1.0.4](https://github.com/robertohuertasm/vscode-open/compare/v1.0.3...v1.0.4) (2022-11-06)
2018

21-
2219
### Features
2320

24-
* **git:** support to work without git ([#8](https://github.com/robertohuertasm/vscode-open/issues/8)) ([0d3ccc8](https://github.com/robertohuertasm/vscode-open/commit/0d3ccc813641c6038b851416476e82cacc136626)), closes [#2](https://github.com/robertohuertasm/vscode-open/issues/2)
25-
26-
21+
- **git:** support to work without git ([#8](https://github.com/robertohuertasm/vscode-open/issues/8)) ([0d3ccc8](https://github.com/robertohuertasm/vscode-open/commit/0d3ccc813641c6038b851416476e82cacc136626)), closes [#2](https://github.com/robertohuertasm/vscode-open/issues/2)
2722

2823
## [1.0.3](https://github.com/robertohuertasm/vscode-open/compare/v1.0.0...v1.0.3) (2022-11-05)
2924

30-
3125
### Bug Fixes
3226

33-
* **badge:** minor typo in version badge ([a908688](https://github.com/robertohuertasm/vscode-open/commit/a9086886c7e5b51013d8f5e6f1de31161db31e18))
34-
* **badges:** fixed urls ([abb0b74](https://github.com/robertohuertasm/vscode-open/commit/abb0b740923543db1a4fdd19037ca70b90d52f9c))
35-
* **name:** extension name was wrong ([6254ddc](https://github.com/robertohuertasm/vscode-open/commit/6254ddc15a061ac0ce772a64f8d37455236cff4c))
36-
* **opener:** check if repo ([46264ff](https://github.com/robertohuertasm/vscode-open/commit/46264ff40e1a82d5f7ef7f07c458b9eb4a90ec88)), closes [#1](https://github.com/robertohuertasm/vscode-open/issues/1)
37-
* **readme:** fix images ([263e7b0](https://github.com/robertohuertasm/vscode-open/commit/263e7b090a6bdb116c853d3f371863afb670cf30))
38-
39-
27+
- **badge:** minor typo in version badge ([a908688](https://github.com/robertohuertasm/vscode-open/commit/a9086886c7e5b51013d8f5e6f1de31161db31e18))
28+
- **badges:** fixed urls ([abb0b74](https://github.com/robertohuertasm/vscode-open/commit/abb0b740923543db1a4fdd19037ca70b90d52f9c))
29+
- **name:** extension name was wrong ([6254ddc](https://github.com/robertohuertasm/vscode-open/commit/6254ddc15a061ac0ce772a64f8d37455236cff4c))
30+
- **opener:** check if repo ([46264ff](https://github.com/robertohuertasm/vscode-open/commit/46264ff40e1a82d5f7ef7f07c458b9eb4a90ec88)), closes [#1](https://github.com/robertohuertasm/vscode-open/issues/1)
31+
- **readme:** fix images ([263e7b0](https://github.com/robertohuertasm/vscode-open/commit/263e7b090a6bdb116c853d3f371863afb670cf30))
4032

4133
## [1.0.2](https://github.com/robertohuertasm/vscode-open/compare/v1.0.0...v1.0.2) (2022-11-05)
4234

43-
4435
### Bug Fixes
4536

46-
* **badge:** minor typo in version badge ([a908688](https://github.com/robertohuertasm/vscode-open/commit/a9086886c7e5b51013d8f5e6f1de31161db31e18))
47-
* **badges:** fixed urls ([abb0b74](https://github.com/robertohuertasm/vscode-open/commit/abb0b740923543db1a4fdd19037ca70b90d52f9c))
48-
* **name:** extension name was wrong ([6254ddc](https://github.com/robertohuertasm/vscode-open/commit/6254ddc15a061ac0ce772a64f8d37455236cff4c))
49-
* **readme:** fix images ([263e7b0](https://github.com/robertohuertasm/vscode-open/commit/263e7b090a6bdb116c853d3f371863afb670cf30))
50-
51-
37+
- **badge:** minor typo in version badge ([a908688](https://github.com/robertohuertasm/vscode-open/commit/a9086886c7e5b51013d8f5e6f1de31161db31e18))
38+
- **badges:** fixed urls ([abb0b74](https://github.com/robertohuertasm/vscode-open/commit/abb0b740923543db1a4fdd19037ca70b90d52f9c))
39+
- **name:** extension name was wrong ([6254ddc](https://github.com/robertohuertasm/vscode-open/commit/6254ddc15a061ac0ce772a64f8d37455236cff4c))
40+
- **readme:** fix images ([263e7b0](https://github.com/robertohuertasm/vscode-open/commit/263e7b090a6bdb116c853d3f371863afb670cf30))
5241

5342
## [1.0.1](https://github.com/robertohuertasm/vscode-open/compare/v1.0.0...v1.0.1) (2022-11-05)
5443

55-
5644
### Bug Fixes
5745

58-
* **badges:** fixed urls ([abb0b74](https://github.com/robertohuertasm/vscode-open/commit/abb0b740923543db1a4fdd19037ca70b90d52f9c))
59-
* **name:** extension name was wrong ([6254ddc](https://github.com/robertohuertasm/vscode-open/commit/6254ddc15a061ac0ce772a64f8d37455236cff4c))
60-
* **readme:** fix images ([263e7b0](https://github.com/robertohuertasm/vscode-open/commit/263e7b090a6bdb116c853d3f371863afb670cf30))
61-
62-
46+
- **badges:** fixed urls ([abb0b74](https://github.com/robertohuertasm/vscode-open/commit/abb0b740923543db1a4fdd19037ca70b90d52f9c))
47+
- **name:** extension name was wrong ([6254ddc](https://github.com/robertohuertasm/vscode-open/commit/6254ddc15a061ac0ce772a64f8d37455236cff4c))
48+
- **readme:** fix images ([263e7b0](https://github.com/robertohuertasm/vscode-open/commit/263e7b090a6bdb116c853d3f371863afb670cf30))
6349

6450
# 1.0.0 (2022-11-04)
6551

0 commit comments

Comments
 (0)