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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.0.11 - 2021-04-15]
9
+
10
+ Changes:
11
+ - Adapt JSON API for use with PureScript v0.14.
12
+
8
13
## [ 0.0.10 - 2020-08-11]
9
14
10
15
New features:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " purescript-docs-search" ,
3
- "version" : " 0.0.10 " ,
3
+ "version" : " 0.0.11 " ,
4
4
"description" : " Search frontend for the documentation generated by the PureScript compiler." ,
5
5
"directories" : {
6
6
"test" : " test"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Prelude
7
7
import Data.Newtype (wrap )
8
8
9
9
version :: String
10
- version = " 0.0.10 "
10
+ version = " 0.0.11 "
11
11
12
12
mkShapeScriptPath :: String -> String
13
13
mkShapeScriptPath shape = " ./index/types/" <> shape <> " .js"
You can’t perform that action at this time.
0 commit comments