chore(main): release 9.0.0 (#611)

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
Lucas Holmquist 2025-04-09 08:31:17 -04:00 committed by GitHub
parent 3ff6fdd3bf
commit fc760976bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 3 deletions

View File

@ -2,6 +2,17 @@
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.
## [9.0.0](https://github.com/cloudevents/sdk-javascript/compare/v8.0.3...v9.0.0) (2025-04-03)
### ⚠ BREAKING CHANGES
* remove node 16 ([#610](https://github.com/cloudevents/sdk-javascript/issues/610))
### Features
* remove node 16 ([#610](https://github.com/cloudevents/sdk-javascript/issues/610)) ([3ff6fdd](https://github.com/cloudevents/sdk-javascript/commit/3ff6fdd3bf1a9d77be9cd1d1ed589de47a86f7c1))
## [8.0.3](https://github.com/cloudevents/sdk-javascript/compare/v8.0.2...v8.0.3) (2025-04-02)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "cloudevents",
"version": "8.0.3",
"version": "9.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cloudevents",
"version": "8.0.3",
"version": "9.0.0",
"license": "Apache-2.0",
"dependencies": {
"ajv": "^8.11.0",

View File

@ -1,6 +1,6 @@
{
"name": "cloudevents",
"version": "8.0.3",
"version": "9.0.0",
"description": "CloudEvents SDK for JavaScript",
"main": "dist/index.js",
"scripts": {