Skip to content

Commit 5e6258f

Browse files
Merge pull request #33 from jitsucom/release-please--branches--main--components--core
chore(main): release 0.4.0
2 parents 4427598 + 110c189 commit 5e6258f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.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.3.1"
2+
"packages/core": "0.4.0"
33
}

packages/core/CHANGELOG.md

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

3+
## [0.4.0](https://github.com/jitsucom/nextlytics/compare/v0.3.1...v0.4.0) (2026-02-26)
4+
5+
6+
### Features
7+
8+
* add getProps callback and pathMatcher utility ([4427598](https://github.com/jitsucom/nextlytics/commit/4427598f757650e7683475712ea269f2f88ea66e))
9+
* add getProps callback and pathMatcher utility ([d6bd8a4](https://github.com/jitsucom/nextlytics/commit/d6bd8a47327f03352e7f93689b19c8c7e13ae918))
10+
11+
12+
### Bug Fixes
13+
14+
* return undefined for early-return middleware paths ([ab0ce27](https://github.com/jitsucom/nextlytics/commit/ab0ce277384cd4fcbdeae3526d22c4a47cdf8e75))
15+
316
## [0.3.1](https://github.com/jitsucom/nextlytics/compare/v0.3.0...v0.3.1) (2026-02-25)
417

518

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

0 commit comments

Comments
 (0)