Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Nov 9, 2017
1 parent 68f535e commit 1c6dbec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,16 @@
# Change Log

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.

<a name="2.0.0"></a>
# [2.0.0](https://github.com/npms-io/queries/compare/v1.3.0...v2.0.0) (2017-11-09)


### Features

* take into account the analyzer's score.final when sorting suggestions ([#11](https://github.com/npms-io/queries/issues/11)) ([c8b1297](https://github.com/npms-io/queries/commit/c8b1297))


### BREAKING CHANGES

* analyzer score now affects typeahead results
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@npms/queries",
"version": "1.3.0",
"version": "2.0.0",
"description": "Module that offers a variety of queries around npms data",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1c6dbec

Please sign in to comment.