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

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kbshl committed Apr 22, 2019
1 parent d503989 commit d16836e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.

# [2.1.0](https://github.com/kbshl/alfred-vscode/compare/v2.0.2...v2.1.0) (2019-04-22)


### Code Refactoring

* 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))


### Features

* add support for VSCodium ([#14](https://github.com/kbshl/alfred-vscode/issues/14)) ([a00a5de](https://github.com/kbshl/alfred-vscode/commit/a00a5de))


### BREAKING CHANGES

* refactor code base to use alfy and refactor code to use
better programming styles. No breaking change for users but for devs.



<a name="2.0.2"></a>
## [2.0.2](https://github.com/kbshl/alfred-vscode/compare/v2.0.1...v2.0.2) (2018-12-14)

Expand Down
2 changes: 1 addition & 1 deletion 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": "alfred-vscode",
"version": "2.0.2",
"version": "2.1.0",
"description": "Alfred workflow that allows you to browse and open Visual Studio Code (Insiders) projects",
"license": "MIT",
"repository": "kbshl/alfred-vscode",
Expand Down

0 comments on commit d16836e

Please sign in to comment.