Skip to content

Commit 98ecc5b

Browse files
committed
Bump version to v0.0.10
1 parent 3059925 commit 98ecc5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [0.0.10 - 2020-08-11]
99

1010
New features:
1111
- Add `--package-name` flag to allow passing local package name.

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.9",
3+
"version": "0.0.10",
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.9"
10+
version = "0.0.10"
1111

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

0 commit comments

Comments
 (0)