docsearch.js
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -0,1 +1,7 @@ | ||
<a name="2.2.1"></a> | ||
## [2.2.1](https://github.com/algolia/docsearch/compare/v2.2.0...v2.2.1) (2017-01-11) | ||
<a name="2.2.0"></a> | ||
@@ -2,0 +8,0 @@ # [2.2.0](https://github.com/algolia/docsearch/compare/v2.1.8...v2.2.0) (2016-12-13) |
@@ -27,2 +27,3 @@ Hi (future) collaborator! | ||
- [Releasing](#releasing) | ||
- [Releasing v1](#releasing-v1) | ||
- [Beta releases](#beta-releases) | ||
@@ -148,3 +149,3 @@ - [Hotfixes](#hotfixes) | ||
Instead of closing the issue, we will add a ` ✔ to be released` label. | ||
Instead of closing the issue, we will add a ` to be released` label. | ||
@@ -165,2 +166,13 @@ # Releasing | ||
## Releasing v1 | ||
```sh | ||
git checkout v1 | ||
git pull | ||
npm run release | ||
``` | ||
We use the `v1` branch as a way to push fixes to the first version of DocSearch. Never merge `master` or `develop` into `v1` and | ||
vice versa. | ||
## Beta releases | ||
@@ -167,0 +179,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports['default'] = '2.2.0'; | ||
exports['default'] = '2.2.1'; | ||
module.exports = exports['default']; |
{ | ||
"name": "docsearch.js", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Add an autocomplete dropdown to your documentation", | ||
@@ -18,3 +18,3 @@ "main": "dist/npm/index.js", | ||
"lint": "eslint .", | ||
"test": "BABEL_ENV=test mocha --reporter dot ./test/helpers.js ./test/*-test.js", | ||
"test": "BABEL_ENV=test mocha --timeout 6000 --reporter dot ./test/helpers.js ./test/*-test.js", | ||
"test:watch": "BABEL_ENV=test mocha --reporter min --watch ./test/helpers.js ./test/*-test.js", | ||
@@ -21,0 +21,0 @@ "test:coverage": "./scripts/test-coverage", |
@@ -1,1 +0,1 @@ | ||
export default '2.2.0'; | ||
export default '2.2.1'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1564966
11657