Skip to content

Commit

Permalink
Bump 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 17, 2024
1 parent db7ebf4 commit 01a996e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 1.5.1 (2024-04-16)

- Add `?history_since` support for SSE connections. ([@palkan][])

- Add `?stream` and `?signed_stream` support for SSE connections. ([@palkan][])
Expand Down
4 changes: 2 additions & 2 deletions packaging/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@anycable/anycable-go",
"version": "1.5.0",
"description": "A wrapper to install and run AnyCable-Go server",
"version": "1.5.1",
"description": "A wrapper to install and run AnyCable server",
"main": "index.js",
"bin": {
"anycable-go": "./bin/index.mjs"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var (

func init() {
if version == "" {
version = "1.5.0"
version = "1.5.1"
}

if modifier != "" {
Expand Down

0 comments on commit 01a996e

Please sign in to comment.