Skip to content

Commit

Permalink
Bump version to v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Aug 11, 2020
1 parent 3059925 commit 98ecc5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [Unreleased]
## [0.0.10 - 2020-08-11]

New features:
- Add `--package-name` flag to allow passing local package name.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purescript-docs-search",
"version": "0.0.9",
"version": "0.0.10",
"description": "Search frontend for the documentation generated by the PureScript compiler.",
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion 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.9"
version = "0.0.10"

mkShapeScriptPath :: String -> String
mkShapeScriptPath shape = "./index/types/" <> shape <> ".js"
Expand Down

0 comments on commit 98ecc5b

Please sign in to comment.