Skip to content

Commit 3619ef2

Browse files
chore: release 6.0.3 (cloudevents#503)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d5fab1 commit 3619ef2

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
### [6.0.3](https://github.com/cloudevents/sdk-javascript/compare/v6.0.2...v6.0.3) (2022-11-01)
6+
7+
8+
### Bug Fixes
9+
10+
* improve validation on extension attribute ([#502](https://github.com/cloudevents/sdk-javascript/issues/502)) ([ea94a4d](https://github.com/cloudevents/sdk-javascript/commit/ea94a4d779d0744ef40abc81d08ab8b7e93e9133))
11+
* Make CloudEvent data field immutable and enumerable using Object.keys() ([#515](https://github.com/cloudevents/sdk-javascript/issues/515)) ([#516](https://github.com/cloudevents/sdk-javascript/issues/516)) ([2d5fab1](https://github.com/cloudevents/sdk-javascript/commit/2d5fab1b7133241493bb9327aa26e7de4117616d))
12+
13+
14+
### Miscellaneous
15+
16+
* bump cucumber to full release version ([#514](https://github.com/cloudevents/sdk-javascript/issues/514)) ([c09a9cc](https://github.com/cloudevents/sdk-javascript/commit/c09a9cc20a601ddc36c5c1b56fb52dc9c2161e1b))
17+
* bump mocha to 10.1.0 ([#512](https://github.com/cloudevents/sdk-javascript/issues/512)) ([4831e6a](https://github.com/cloudevents/sdk-javascript/commit/4831e6a1a5003c4c1c7bcbd5a3a2fc5c48e0ba4c))
18+
* bump webpack to 5.74.0 ([#509](https://github.com/cloudevents/sdk-javascript/issues/509)) ([760a024](https://github.com/cloudevents/sdk-javascript/commit/760a0240674c79ca6be142ae9f9b242080c4d59d))
19+
520
### [6.0.2](https://github.com/cloudevents/sdk-javascript/compare/v6.0.1...v6.0.2) (2022-06-21)
621

722

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudevents",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"description": "CloudEvents SDK for JavaScript",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)