Skip to content

Commit 9943245

Browse files
committed
chore(release): 1.1.5
1 parent 69f2d7d commit 9943245

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.releases/CHANGELOG-1.1.5.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.1.4](https://github.com/openfeed-org/sdk-js/compare/1.1.3...1.1.4) (2023-12-21)

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
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.1.4](https://github.com/openfeed-org/sdk-js/compare/1.1.3...1.1.4) (2023-12-21)
5+
### [1.1.5](https://github.com/openfeed-org/sdk-js/compare/1.1.4...1.1.5) (2023-12-22)
6+
7+
8+
### Bug Fixes
9+
10+
* new approach for listening to alias changes ([69f2d7d](https://github.com/openfeed-org/sdk-js/commit/69f2d7d6e5b64d7abeb6c6cda052c6e7f512aef3))

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.1.4",
3+
"version": "1.1.5",
44
"description": "JavaScript SDK for Barchart OpenFeed",
55
"main": "dist/node.js",
66
"browser": "dist/index.js",

0 commit comments

Comments
 (0)