Skip to content

Commit 6bcfec1

Browse files
Merge pull request #15 from jitsucom/release-please--branches--main--components--core
chore(main): release core 0.2.0
2 parents 1f1d5e9 + 5775fb9 commit 6bcfec1

3 files changed

Lines changed: 18 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.1.0"
2+
"packages/core": "0.2.0"
33
}

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/jitsucom/nextlytics/compare/core-v0.1.0...core-v0.2.0) (2026-02-06)
4+
5+
6+
### Features
7+
8+
* add e2e testing infrastructure ([6159cd9](https://github.com/jitsucom/nextlytics/commit/6159cd9a8cc7a61452621069e0b3d10466a64396))
9+
* add e2e testing infrastructure ([#10](https://github.com/jitsucom/nextlytics/issues/10)) ([94ccf07](https://github.com/jitsucom/nextlytics/commit/94ccf072040cc2e3aa99780408c4ec13d925115b))
10+
* add Pages Router support ([bfae81c](https://github.com/jitsucom/nextlytics/commit/bfae81ca940c82d0a2b85854d93d844459bacc6a))
11+
12+
13+
### Bug Fixes
14+
15+
* improve RSC prefetch detection using next-url header ([0b14108](https://github.com/jitsucom/nextlytics/commit/0b14108296af3ad2c7bb21407e7083e804c0c378))
16+
* prettier ([2322690](https://github.com/jitsucom/nextlytics/commit/2322690baa1c9dc863376af720523a2f446366e8))

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.1.0",
3+
"version": "0.2.0",
44
"description": "Analytics library for Next.js",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)