File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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- ## [ Unreleased ]
8+ ## [ 0.0.10 - 2020-08-11 ]
99
1010New features:
1111- Add ` --package-name ` flag to allow passing local package name.
Original file line number Diff line number Diff line change 11{
22 "name" : " purescript-docs-search" ,
3- "version" : " 0.0.9 " ,
3+ "version" : " 0.0.10 " ,
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.9 "
10+ version = " 0.0.10 "
1111
1212mkShapeScriptPath :: String -> String
1313mkShapeScriptPath shape = " ./index/types/" <> shape <> " .js"
You can’t perform that action at this time.
0 commit comments