Skip to content

Commit 74d4649

Browse files
Merge pull request #20 from jitsucom/release-please--branches--main--components--core
chore(main): release 0.2.1
2 parents 98bde0d + 005bda6 commit 74d4649

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.2.0"
2+
"packages/core": "0.2.1"
33
}

packages/core/CHANGELOG.md

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

3+
## [0.2.1](https://github.com/jitsucom/nextlytics/compare/v0.2.0...v0.2.1) (2026-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **neon:** use sql.query() for @neondatabase/serverless 1.x ([2121e90](https://github.com/jitsucom/nextlytics/commit/2121e908d3779eef8deecb62d08d5836c6e6a6e8))
9+
* **neon:** use sql.query() for @neondatabase/serverless 1.x ([2610419](https://github.com/jitsucom/nextlytics/commit/26104190eb8126a9395a9ac360d1533bd18c90f7)), closes [#18](https://github.com/jitsucom/nextlytics/issues/18)
10+
* release-please changelog path and add automerge workflow ([#16](https://github.com/jitsucom/nextlytics/issues/16)) ([a17dbaa](https://github.com/jitsucom/nextlytics/commit/a17dbaa7e91addb6c4d50d2f8a4872ef3653c411))
11+
* use CJS-only build for Next.js 15 compatibility ([f0d4b47](https://github.com/jitsucom/nextlytics/commit/f0d4b474cc62c66ce200b417f937b581caf1a4cb))
12+
313
## [0.2.0](https://github.com/jitsucom/nextlytics/compare/core-v0.1.0...core-v0.2.0) (2026-02-06)
414

515

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

0 commit comments

Comments
 (0)