Bump version to v0.0.11 (#47)

This commit is contained in:
Vladimir Kalnitsky 2021-04-15 22:24:55 +03:00 committed by GitHub
parent c22dc0b2a6
commit 962fa47f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

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