Skip to content

Commit

Permalink
1.4.2 Release (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslittle230 committed Mar 22, 2022
1 parent 09ec32a commit 58bd7ed
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions changelog.md
Expand Up @@ -2,6 +2,8 @@

## v1.4.2

[Mar 22, 2022](https://github.com/jameslittle230/stork/releases/tag/v1.4.2)

### Bug Fixes

- Fixes a regression where the test server (`stork test`) was inaccessible
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "stork",
"version": "1.4.1",
"version": "1.4.2",
"description": "Impossibly fast web search, made for static sites.",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion stork-cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stork-search"
version = "1.4.1"
version = "1.4.2"
authors = ["James Little <littleguy23@gmail.com>"]
edition = "2021"
documentation = "https://stork-search.net/docs"
Expand Down
2 changes: 1 addition & 1 deletion stork-lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stork-lib"
version = "1.4.1"
version = "1.4.2"
authors = ["James Little <littleguy23@gmail.com>"]
edition = "2021"
documentation = "https://stork-search.net/docs"
Expand Down
2 changes: 1 addition & 1 deletion stork-wasm/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stork-wasm"
version = "1.4.1"
version = "1.4.2"
edition = "2021"

[lib]
Expand Down

0 comments on commit 58bd7ed

Please sign in to comment.