Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit d16836e

Browse files
committed
chore(release): 2.1.0
1 parent d503989 commit d16836e

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
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.
44

5+
# [2.1.0](https://github.com/kbshl/alfred-vscode/compare/v2.0.2...v2.1.0) (2019-04-22)
6+
7+
8+
### Code Refactoring
9+
10+
* move to alfy and repalce sort/search module dep ([#11](https://github.com/kbshl/alfred-vscode/issues/11)) ([63ac4f7](https://github.com/kbshl/alfred-vscode/commit/63ac4f7))
11+
12+
13+
### Features
14+
15+
* add support for VSCodium ([#14](https://github.com/kbshl/alfred-vscode/issues/14)) ([a00a5de](https://github.com/kbshl/alfred-vscode/commit/a00a5de))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* refactor code base to use alfy and refactor code to use
21+
better programming styles. No breaking change for users but for devs.
22+
23+
24+
525
<a name="2.0.2"></a>
626
## [2.0.2](https://github.com/kbshl/alfred-vscode/compare/v2.0.1...v2.0.2) (2018-12-14)
727

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
{
22
"name": "alfred-vscode",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Alfred workflow that allows you to browse and open Visual Studio Code (Insiders) projects",
55
"license": "MIT",
66
"repository": "kbshl/alfred-vscode",

0 commit comments

Comments
 (0)