Skip to content

Commit cfeb9ab

Browse files
Version Packages
1 parent 5ae083f commit cfeb9ab

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.changeset/soft-onions-cheat.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/node/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @segment/analytics-node
22

3+
## 2.2.2
4+
5+
### Patch Changes
6+
7+
- [#1307](https://github.com/segmentio/analytics-next/pull/1307) [`5ae083f4`](https://github.com/segmentio/analytics-next/commit/5ae083f406066ef2a5ca701b144b1f658cb64f04) Thanks [@neelkanth-kaushik](https://github.com/neelkanth-kaushik)! - # Updated Node.js version to ^20 across the repository
8+
9+
## Files modified:
10+
11+
1. .github/workflows/ci.yml
12+
2. package.json
13+
3. packages/node/package.json
14+
315
## 2.2.1
416

517
### Patch Changes

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-node",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
66
"types": "./dist/types/index.d.ts",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated.
2-
export const version = '2.2.1'
2+
export const version = '2.2.2'

0 commit comments

Comments
 (0)