Skip to content

Commit 78b8e0a

Browse files
chore: release 6.0.3 (cloudevents#524)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 953bc2a commit 78b8e0a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Diff for: CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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) (2023-02-16)
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+
* This fixes bug [#525](https://github.com/cloudevents/sdk-javascript/issues/525) where the browser version was breaking becuase of process not being found. ([#526](https://github.com/cloudevents/sdk-javascript/issues/526)) ([e5ee836](https://github.com/cloudevents/sdk-javascript/commit/e5ee8369ba5838aa24c2d99efeb81788757b71d1))
13+
14+
15+
### Miscellaneous
16+
17+
* added the engines property to the package.json ([bc3aaca](https://github.com/cloudevents/sdk-javascript/commit/bc3aaca2ef250e4acd72b909488b326233237c83))
18+
* bump cucumber to full release version ([#514](https://github.com/cloudevents/sdk-javascript/issues/514)) ([c09a9cc](https://github.com/cloudevents/sdk-javascript/commit/c09a9cc20a601ddc36c5c1b56fb52dc9c2161e1b))
19+
* bump mocha to 10.1.0 ([#512](https://github.com/cloudevents/sdk-javascript/issues/512)) ([4831e6a](https://github.com/cloudevents/sdk-javascript/commit/4831e6a1a5003c4c1c7bcbd5a3a2fc5c48e0ba4c))
20+
* bump webpack to 5.74.0 ([#509](https://github.com/cloudevents/sdk-javascript/issues/509)) ([760a024](https://github.com/cloudevents/sdk-javascript/commit/760a0240674c79ca6be142ae9f9b242080c4d59d))
21+
* release 6.0.3 ([#503](https://github.com/cloudevents/sdk-javascript/issues/503)) ([3619ef2](https://github.com/cloudevents/sdk-javascript/commit/3619ef2bbd6e2b3e9e6e5bb5ad904689d40f4b79))
22+
* Typos ([953bc2a](https://github.com/cloudevents/sdk-javascript/commit/953bc2a143a66d04d850c727305a5a465e843bff))
23+
* **examples:** add mqtt example ([#523](https://github.com/cloudevents/sdk-javascript/issues/523)) ([b374d9a](https://github.com/cloudevents/sdk-javascript/commit/b374d9ac3313023e4f8a59cb22785751bbb0f686))
24+
525
### [6.0.3](https://github.com/cloudevents/sdk-javascript/compare/v6.0.2...v6.0.3) (2022-11-01)
626

727

0 commit comments

Comments
 (0)