Skip to content

Commit a1f5fac

Browse files
lholmquistJean Carlo Nascimento
authored andcommitted
chore(main): release 10.0.0 (cloudevents#615)
Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
1 parent 3c8819e commit a1f5fac

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [10.0.0](https://github.com/cloudevents/sdk-javascript/compare/v9.0.0...v10.0.0) (2025-06-05)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove Node 18 support ([#616](https://github.com/cloudevents/sdk-javascript/issues/616))
11+
12+
### Features
13+
14+
* add node 24 support ([#614](https://github.com/cloudevents/sdk-javascript/issues/614)) ([beac735](https://github.com/cloudevents/sdk-javascript/commit/beac7356a789944cf4a8d76d2508fa6d7c5bcf7e))
15+
* remove Node 18 support ([#616](https://github.com/cloudevents/sdk-javascript/issues/616)) ([3c8819e](https://github.com/cloudevents/sdk-javascript/commit/3c8819e2bcf97fe7b352b2a004d511965a4cc414))
16+
517
## [9.0.0](https://github.com/cloudevents/sdk-javascript/compare/v8.0.3...v9.0.0) (2025-04-03)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudevents",
3-
"version": "9.0.0",
3+
"version": "10.0.0",
44
"description": "CloudEvents SDK for JavaScript",
55
"main": "dist/index.js",
66
"scripts": {
@@ -20,7 +20,8 @@
2020
"coverage": "nyc --reporter=lcov --reporter=text npm run test",
2121
"coverage-publish": "wget -qO - https://coverage.codacy.com/get.sh | bash -s report -l JavaScript -r coverage/lcov.info",
2222
"generate-docs": "typedoc --excludeNotDocumented --out docs src",
23-
"prepublishOnly": "npm run build"
23+
"prepublishOnly": "npm run build",
24+
"preinstall": "node preinstall.js"
2425
},
2526
"files": [
2627
"dist",
@@ -162,4 +163,4 @@
162163
"engines": {
163164
"node": ">=20 <=24"
164165
}
165-
}
166+
}

preinstall.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)