File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.0.11 - 2021-04-15]
9+
10+ Changes:
11+ - Adapt JSON API for use with PureScript v0.14.
12+
813## [ 0.0.10 - 2020-08-11]
914
1015New features:
Original file line number Diff line number Diff line change 11{
22 "name" : " purescript-docs-search" ,
3- "version" : " 0.0.10 " ,
3+ "version" : " 0.0.11 " ,
44 "description" : " Search frontend for the documentation generated by the PureScript compiler." ,
55 "directories" : {
66 "test" : " test"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Prelude
77import Data.Newtype (wrap )
88
99version :: String
10- version = " 0.0.10 "
10+ version = " 0.0.11 "
1111
1212mkShapeScriptPath :: String -> String
1313mkShapeScriptPath shape = " ./index/types/" <> shape <> " .js"
You can’t perform that action at this time.
0 commit comments