Skip to content

Commit f2ac4c3

Browse files
committed
Merge branch 'main' of github.com:KeyValueSoftwareSystems/siren-js-sdk into fix/handle-isRead-parameter
2 parents 3acc8a0 + bc86e9e commit f2ac4c3

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.2.0] - 2024-06-24
6+
7+
### Changed
8+
9+
- Added category support
10+
511
## [1.1.0] - 2024-05-07
612

713
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sirenapp/js-sdk",
3-
"version": "0.0.1",
3+
"version": "1.2.0",
44
"description": "JavaScript middleware designed to streamline interaction for managing and displaying in-app notifications seamlessly",
55
"main": "dist/umd/siren-js-umd-sdk.js",
66
"module": "dist/esm/siren-js-esm-sdk.js",

0 commit comments

Comments
 (0)