Skip to content

Commit ce391f9

Browse files
chore(main): release 0.4.1
1 parent 9515437 commit ce391f9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.4.0"
2+
"packages/core": "0.4.1"
33
}

packages/core/CHANGELOG.md

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

3+
## [0.4.1](https://github.com/jitsucom/nextlytics/compare/v0.4.0...v0.4.1) (2026-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* suppress false "middleware not added" warning on RSC navigations ([9515437](https://github.com/jitsucom/nextlytics/commit/951543739e5923f0a1951801f2f239e63330914b))
9+
310
## [0.4.0](https://github.com/jitsucom/nextlytics/compare/v0.3.1...v0.4.0) (2026-02-26)
411

512

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

0 commit comments

Comments
 (0)