From cb39dd2e5b6ca4160e9d0cce7cb8551141cee5de Mon Sep 17 00:00:00 2001 From: Vladimir Kalnitsky Date: Thu, 15 Apr 2021 22:24:55 +0300 Subject: [PATCH] Bump version to v0.0.11 (#47) --- docs-search/CHANGELOG.md | 5 +++++ docs-search/package.json | 2 +- docs-search/src/Docs/Search/Config.purs | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs-search/CHANGELOG.md b/docs-search/CHANGELOG.md index 21ef67c8a..b86c7a30d 100644 --- a/docs-search/CHANGELOG.md +++ b/docs-search/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.11 - 2021-04-15] + +Changes: +- Adapt JSON API for use with PureScript v0.14. + ## [0.0.10 - 2020-08-11] New features: diff --git a/docs-search/package.json b/docs-search/package.json index 2ec6f7841..9408b696d 100644 --- a/docs-search/package.json +++ b/docs-search/package.json @@ -1,6 +1,6 @@ { "name": "purescript-docs-search", - "version": "0.0.10", + "version": "0.0.11", "description": "Search frontend for the documentation generated by the PureScript compiler.", "directories": { "test": "test" diff --git a/docs-search/src/Docs/Search/Config.purs b/docs-search/src/Docs/Search/Config.purs index cd2b19894..2cf7d5e12 100644 --- a/docs-search/src/Docs/Search/Config.purs +++ b/docs-search/src/Docs/Search/Config.purs @@ -7,7 +7,7 @@ import Prelude import Data.Newtype (wrap) version :: String -version = "0.0.10" +version = "0.0.11" mkShapeScriptPath :: String -> String mkShapeScriptPath shape = "./index/types/" <> shape <> ".js"