diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 678e892e..565120c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,7 @@ Hi (future) collaborator! - [Releasing](#releasing) - [Releasing v1](#releasing-v1) - [Beta releases](#beta-releases) + - [Documentation updates](#documentation-updates) diff --git a/package.json b/package.json index 767b1cb8..757a6542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsearch.js", - "version": "2.3.1", + "version": "2.3.2", "description": "Add an autocomplete dropdown to your documentation", "main": "dist/npm/index.js", "scripts": { diff --git a/src/lib/version.js b/src/lib/version.js index 77445623..0a592884 100644 --- a/src/lib/version.js +++ b/src/lib/version.js @@ -1 +1 @@ -export default '2.3.1'; +export default '2.3.2';