Skip to content

Commit

Permalink
Merge pull request #287 from Nosto/v2.6.0
Browse files Browse the repository at this point in the history
v2.6.0
  • Loading branch information
timowestnosto authored Jan 13, 2025
2 parents b2b825c + 7f3de2f commit c9ac89c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
18 changes: 16 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nosto/nosto-react",
"description": "Component library to simply implementing Nosto on React.",
"version": "2.5.0",
"version": "2.6.0",
"author": "Mridang Agarwalla, Dominik Gilg",
"license": "ISC",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion spec/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ interface Event {
function createEvent(event: Event): Event {
return {
elements: [],
events: [],
response_mode: "JSON_ORIGINAL",
url: "http://localhost/",
...event
Expand Down

0 comments on commit c9ac89c

Please sign in to comment.