diff --git a/CHANGELOG.md b/CHANGELOG.md index c6cd1d9..34d8ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + + + ## [2.0.2](https://github.com/kbshl/alfred-vscode/compare/v2.0.1...v2.0.2) (2018-12-14) diff --git a/package-lock.json b/package-lock.json index ced7d74..69b2051 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alfred-vscode", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c706e00..7341403 100644 --- a/package.json +++ b/package.json @@ -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",