Skip to content

Commit

Permalink
Update versions to 1.4.1 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslittle230 committed Mar 13, 2022
1 parent c2677f0 commit 87a5cd2
Show file tree
Hide file tree
Showing 6 changed files with 16 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.

9 changes: 9 additions & 0 deletions changelog.md
@@ -1,5 +1,14 @@
# Changelog

## v1.4.1

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

### Bug Fixes

- Fixes a regression that prevented the Stork CLI from reading index configuration from stdin
- Fixes an architectural decision that prevented Stork from being published to crates.io

## v1.4.0

[Jan 17, 2022](https://github.com/jameslittle230/stork/releases/tag/v1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "stork",
"version": "1.4.0",
"version": "1.4.1",
"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-cli"
version = "1.4.0"
version = "1.4.1"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion stork-lib/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "stork-lib"
version = "1.4.0"
version = "1.4.1"
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.0"
version = "1.4.1"
edition = "2021"

[lib]
Expand Down

0 comments on commit 87a5cd2

Please sign in to comment.