Skip to content

Commit

Permalink
Bump version to v0.0.11 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky authored Apr 15, 2021
1 parent 8243097 commit cb39dd2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs-search/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs-search/src/Docs/Search/Config.purs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cb39dd2

Please sign in to comment.