Skip to content

v2.1.0

Compare
Choose a tag to compare
@mdeboer mdeboer released this 25 Jan 00:17
· 63 commits to master since this release

Changes in v2.1.0

  • Include project group in search

Note
If you have any trouble running the Alfred workflow. Please right click on the workflow in Alfred and click "open in terminal" and run the following commands:

$ rm -Rf node_modules
$ npm install

To make sure installation was successful, run the following command to run the test suite. All tests should pass. If not, open up an issue and attach the results.

$ npm run test