Skip to content

Commit 8a9bc24

Browse files
authored
chore: release v1.8.0 (#67)
This pull request prepares the following release: | Repository | Branch | Update | Change | |---|---|---|---| | [search-insights-gtm](https://github.com/algolia/search-insights-gtm) | releases/v1.8.0 | minor | [`1.7.3` → `1.8.0`](v1.7.3...releases/v1.8.0) | ### Release Summary This is going to be published with the following command: ```git commit -am "chore: update metadata.yml"``` ### Merging Instructions When merging this pull request, you need to **Squash and merge** and make sure that the title starts with `chore: release v1.8.0`. <details> <summary>See details</summary> After that, a commit `chore: release v1.8.0` will be added and you or your CI can run `shipjs trigger` to trigger the release based on the commit. ![Squash and merge](https://raw.githubusercontent.com/algolia/shipjs/v0.27.0/assets/squash-and-merge.png) </details> --- _This pull request is automatically generated by [Ship.js](https://github.com/algolia/shipjs)_. --------- Co-authored-by: algolia-bot <algolia-bot@users.noreply.github.com>
1 parent d894368 commit 8a9bc24

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [1.8.0](https://github.com/algolia/search-insights-gtm/compare/v1.7.3...v1.8.0) (2026-03-16)
2+
3+
4+
### Features
5+
6+
* call named search-insights methods and add inferQueryID support for conversions ([#64](https://github.com/algolia/search-insights-gtm/issues/64)) ([d894368](https://github.com/algolia/search-insights-gtm/commit/d894368fd7d95ec9b90092240fd55f3317d09ab2))
7+
8+
9+
110
## [1.7.3](https://github.com/algolia/search-insights-gtm/compare/v1.7.2...v1.7.3) (2026-03-12)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "search-insights-gtm",
33
"description": "Library for detecting front-end Algolia search metrics",
44
"private": true,
5-
"version": "1.7.3",
5+
"version": "1.8.0",
66
"main": "template.tpl",
77
"repository": "algolia/search-insights-gtm",
88
"author": "Algolia <support@algolia.com>",

template.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ switch (data.method) {
10751075
};
10761076
logger(data.method, initOptions);
10771077
aa(data.method, initOptions);
1078-
const userAgent = 'insights-gtm (1.7.3)';
1078+
const userAgent = 'insights-gtm (1.8.0)';
10791079
logger('addAlgoliaAgent', userAgent);
10801080
aa('addAlgoliaAgent', userAgent);
10811081
if (data.initialUserToken) {

0 commit comments

Comments
 (0)