Skip to content

Commit 6d49c35

Browse files
committed
chore(release): 1.5.0
1 parent 27bc726 commit 6d49c35

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.releases/CHANGELOG-1.5.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### [1.4.1](https://github.com/openfeed-org/sdk-js/compare/1.4.0...1.4.1) (2025-12-22)
6+
7+
8+
### Bug Fixes
9+
10+
* add clean up of state on disconnect ([9cf3452](https://github.com/openfeed-org/sdk-js/commit/9cf345218d3f6386e3a9189bc543ab5236e0c958))

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [1.4.1](https://github.com/openfeed-org/sdk-js/compare/1.4.0...1.4.1) (2025-12-22)
5+
## [1.5.0](https://github.com/openfeed-org/sdk-js/compare/1.4.1...1.5.0) (2026-01-21)
66

77

8-
### Bug Fixes
8+
### Features
99

10-
* add clean up of state on disconnect ([9cf3452](https://github.com/openfeed-org/sdk-js/commit/9cf345218d3f6386e3a9189bc543ab5236e0c958))
10+
* randomize reconnect and watch checks. ([27bc726](https://github.com/openfeed-org/sdk-js/commit/27bc72668c07a82ecbc8a0ba5395c964edbce59b))
11+
* regenerate files from proto ([268f23e](https://github.com/openfeed-org/sdk-js/commit/268f23ed4f0d441c0b0b91709f5511272f4322fe))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeed/sdk-js",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "JavaScript SDK for Barchart OpenFeed",
55
"main": "dist/node.js",
66
"browser": "dist/index.js",

0 commit comments

Comments
 (0)