Skip to content

Commit 991a7b2

Browse files
chore(release): 2.11.1 [skip ci]
## [2.11.1](v2.11.0...v2.11.1) (2025-11-18) ### Bug Fixes * add measure method to performance polyfill ([cfb70a0](cfb70a0)) * issues with tests, migrate vite config to TS and upgrade some plugins ([b6743ce](b6743ce)) * use type module in package.json to avoid overhead with loading config files ([05063ab](05063ab))
1 parent 7e91b3a commit 991a7b2

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.11.1](https://github.com/Nosto/nosto-react/compare/v2.11.0...v2.11.1) (2025-11-18)
2+
3+
4+
### Bug Fixes
5+
6+
* add measure method to performance polyfill ([cfb70a0](https://github.com/Nosto/nosto-react/commit/cfb70a07db18eb0ee9752982c538d452e58a67b9))
7+
* issues with tests, migrate vite config to TS and upgrade some plugins ([b6743ce](https://github.com/Nosto/nosto-react/commit/b6743cec307fad946e237b9a665d1cd980f31de3))
8+
* use type module in package.json to avoid overhead with loading config files ([05063ab](https://github.com/Nosto/nosto-react/commit/05063abce9065ab9e13627a251d7d9b977256c9a))
9+
110
# [2.11.0](https://github.com/Nosto/nosto-react/compare/v2.10.0...v2.11.0) (2025-10-07)
211

312

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,7 +1,7 @@
11
{
22
"name": "@nosto/nosto-react",
33
"description": "Component library to simply implementing Nosto on React.",
4-
"version": "2.11.0",
4+
"version": "2.11.1",
55
"author": "Mridang Agarwalla, Dominik Gilg",
66
"license": "ISC",
77
"type": "module",

0 commit comments

Comments
 (0)