Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

docsearch.js

Package Overview
Dependencies
Maintainers
5
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docsearch.js - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

6

CHANGELOG.md

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

14

CONTRIBUTING.md

@@ -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 @@

2

dist/npm/src/lib/version.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc