chore(main): release 8.0.3

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
Lucas Holmquist 2025-04-02 12:15:26 -04:00
parent f475cdfd7e
commit ee17c3dff0
3 changed files with 10 additions and 3 deletions

View File

@ -2,6 +2,13 @@
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. 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.
## [8.0.3](https://github.com/cloudevents/sdk-javascript/compare/v8.0.2...v8.0.3) (2025-04-02)
### Bug Fixes
* add generics to `Binding` type ([#604](https://github.com/cloudevents/sdk-javascript/issues/604)) ([f475cdf](https://github.com/cloudevents/sdk-javascript/commit/f475cdfd7ee7e80a375b997ba2f41b1655a44a03))
## [8.0.2](https://github.com/cloudevents/sdk-javascript/compare/v8.0.1...v8.0.2) (2024-07-22) ## [8.0.2](https://github.com/cloudevents/sdk-javascript/compare/v8.0.1...v8.0.2) (2024-07-22)

4
package-lock.json generated
View File

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

View File

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