Skip to content

Commit 962fa47

Browse files
authored
Bump version to v0.0.11 (#47)
1 parent c22dc0b commit 962fa47

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

1015
New features:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

src/Docs/Search/Config.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import Prelude
77
import Data.Newtype (wrap)
88

99
version :: String
10-
version = "0.0.10"
10+
version = "0.0.11"
1111

1212
mkShapeScriptPath :: String -> String
1313
mkShapeScriptPath shape = "./index/types/" <> shape <> ".js"

0 commit comments

Comments
 (0)