chore(main): release 8.0.2

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
This commit is contained in:
Lucas Holmquist 2024-07-22 13:24:04 -04:00
parent 6977113d7b
commit 6f8c848f7d
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.
## [8.0.2](https://github.com/cloudevents/sdk-javascript/compare/v8.0.1...v8.0.2) (2024-07-22)
### Bug Fixes
* creating an event does not error when the event attribute name is too long ([#593](https://github.com/cloudevents/sdk-javascript/issues/593)) ([6977113](https://github.com/cloudevents/sdk-javascript/commit/6977113d7b49bd2b702632cc09e29cc0c003e2a1))
## [8.0.1](https://github.com/cloudevents/sdk-javascript/compare/v8.0.0...v8.0.1) (2024-06-12)

4
package-lock.json generated
View File

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

View File

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