Skip to content

Commit ca2ea63

Browse files
Merge pull request #25 from jitsucom/release-please--branches--main--components--core
chore(main): release 0.2.2
2 parents 452102f + 6ce0996 commit ca2ea63

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/core": "0.2.1"
2+
"packages/core": "0.2.2"
33
}

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/jitsucom/nextlytics/compare/v0.2.1...v0.2.2) (2026-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **segment:** use batch endpoint for Jitsu compatibility ([452102f](https://github.com/jitsucom/nextlytics/commit/452102fe71ac6f47f527776097c2c48100169ab4))
9+
* **segment:** use batch endpoint with X-Write-Key header for Jitsu compatibility ([b7732c1](https://github.com/jitsucom/nextlytics/commit/b7732c1e8a833aa39c33f59567b3944e53fffb0d))
10+
311
## [0.2.1](https://github.com/jitsucom/nextlytics/compare/v0.2.0...v0.2.1) (2026-02-10)
412

513

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextlytics/core",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Analytics library for Next.js",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)